Spaces:
Runtime error
Runtime error
Commit
·
073beae
1
Parent(s):
931df81
test 1
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def prepare_input(input_file):
|
|
13 |
|
14 |
progress = gr.Progress()
|
15 |
start_diarization(output_file, progress)
|
16 |
-
return start_transcribe(progress)
|
17 |
|
18 |
|
19 |
video_interface = gr.Interface(
|
|
|
13 |
|
14 |
progress = gr.Progress()
|
15 |
start_diarization(output_file, progress)
|
16 |
+
# return start_transcribe(progress)
|
17 |
|
18 |
|
19 |
video_interface = gr.Interface(
|