Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ gradio_ui = gr.Interface(
|
|
49 |
gr.Textbox(label="Paste YouTube link here"),
|
50 |
gr.Audio(label="Upload Audio File", source="upload", type="filepath"),
|
51 |
],
|
52 |
-
outputs=gr.
|
53 |
)
|
54 |
|
55 |
gradio_ui.queue().launch()
|
|
|
49 |
gr.Textbox(label="Paste YouTube link here"),
|
50 |
gr.Audio(label="Upload Audio File", source="upload", type="filepath"),
|
51 |
],
|
52 |
+
outputs=gr.Textbox(label="Whisper Transcript"),
|
53 |
)
|
54 |
|
55 |
gradio_ui.queue().launch()
|