csukuangfj
commited on
Commit
·
03f70d9
1
Parent(s):
e4911f7
small fixes
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ with demo:
|
|
176 |
)
|
177 |
upload_audio_button = gr.Button("Submit for recognition")
|
178 |
|
179 |
-
output_audio = gr.
|
180 |
output_srt_file_audio = gr.File(
|
181 |
label="Generated subtitles", show_label=True
|
182 |
)
|
|
|
176 |
)
|
177 |
upload_audio_button = gr.Button("Submit for recognition")
|
178 |
|
179 |
+
output_audio = gr.Audio(label="Output")
|
180 |
output_srt_file_audio = gr.File(
|
181 |
label="Generated subtitles", show_label=True
|
182 |
)
|