Update app.py
Browse files
app.py
CHANGED
@@ -274,7 +274,7 @@ class App:
|
|
274 |
with gr.TabItem("Audio upload/microphone"):
|
275 |
input_file = gr.Audio(type='filepath', elem_id="audio_input")
|
276 |
with gr.TabItem("Video upload/webcam"):
|
277 |
-
input_file_video = gr.Video(
|
278 |
|
279 |
whisper_params, dd_file_format, cb_timestamp = self.create_whisper_parameters()
|
280 |
|
|
|
274 |
with gr.TabItem("Audio upload/microphone"):
|
275 |
input_file = gr.Audio(type='filepath', elem_id="audio_input")
|
276 |
with gr.TabItem("Video upload/webcam"):
|
277 |
+
input_file_video = gr.Video(elem_id="video_input")
|
278 |
|
279 |
whisper_params, dd_file_format, cb_timestamp = self.create_whisper_parameters()
|
280 |
|