push
push push
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user