Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ article = "<p style='text-align: center'><a href='https://huggingface.co/openai/
|
|
| 89 |
# We define the input as an Audio component and the output as a Textbox
|
| 90 |
app_interface = gr.Interface(
|
| 91 |
fn=main_run,
|
| 92 |
-
inputs=gr.
|
| 93 |
label="Upload Video"
|
| 94 |
),
|
| 95 |
outputs=gr.Textbox(label="Transcription Result"),
|
|
|
|
| 89 |
# We define the input as an Audio component and the output as a Textbox
|
| 90 |
app_interface = gr.Interface(
|
| 91 |
fn=main_run,
|
| 92 |
+
inputs=gr.Video(
|
| 93 |
label="Upload Video"
|
| 94 |
),
|
| 95 |
outputs=gr.Textbox(label="Transcription Result"),
|