Spaces:
Sleeping
Sleeping
prompt="Transcribe the following audio file. if chinese, please using 'language: zh-TW' ",
Browse files
app.py
CHANGED
@@ -389,7 +389,7 @@ def generate_transcription(video_id):
|
|
389 |
file=audio_file,
|
390 |
response_format="verbose_json",
|
391 |
timestamp_granularities=["segment"],
|
392 |
-
prompt="
|
393 |
)
|
394 |
|
395 |
# get segments
|
|
|
389 |
file=audio_file,
|
390 |
response_format="verbose_json",
|
391 |
timestamp_granularities=["segment"],
|
392 |
+
prompt="Transcribe the following audio file. if chinese, please using 'language: zh-TW' ",
|
393 |
)
|
394 |
|
395 |
# get segments
|