Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -227,5 +227,8 @@ with demo:
|
|
227 |
outputs=["html", gr.Textbox(label="Transcribed Text"), gr.Textbox(label="Translated Text")]
|
228 |
)
|
229 |
|
|
|
|
|
|
|
230 |
demo.launch()
|
231 |
|
|
|
227 |
outputs=["html", gr.Textbox(label="Transcribed Text"), gr.Textbox(label="Translated Text")]
|
228 |
)
|
229 |
|
230 |
+
with demo:
|
231 |
+
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
232 |
+
|
233 |
demo.launch()
|
234 |
|