push push
This commit is contained in:
Ali
2024-12-10 22:37:46 +01:00
parent 4a4533d5b5
commit f470aab9b8
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import json
model = whisper.load_model('tiny')
result = model.transcribe(str("Aufzeichnung.mp3"), language='de', verbose=True)
result = model.transcribe(str("C:\\Users\\afist\\Downloads\\Aufzeichnung.mp3"), language='de', verbose=True)
# Dump the results to a JSON file
with open('transcript.json', "w") as file: