We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 526e858 + 10516a5 commit b4fed7cCopy full SHA for b4fed7c
core/all_whisper_methods/elevenlabs_transcribe.py
@@ -172,4 +172,4 @@ def transcribe_audio_elevenlabs(raw_audio_path: str, vocal_audio_path: str, star
172
173
# Save result to file
174
with open("output/transcript.json", "w", encoding="utf-8") as f:
175
- json.dump(result, f, ensure_ascii=False, indent=4)
+ json.dump(result, f, ensure_ascii=False, indent=4)
0 commit comments