Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,3 +23,7 @@ file_transcribe = gr.Interface(
|
|
23 |
outputs=gr.outputs.Textbox(),
|
24 |
)
|
25 |
|
|
|
|
|
|
|
|
|
|
23 |
outputs=gr.outputs.Textbox(),
|
24 |
)
|
25 |
|
26 |
+
with demo:
|
27 |
+
gr.TabbedInterface([file_transcribe], ["Transcribe Audio File"])
|
28 |
+
|
29 |
+
demo.launch(enable_queue=True)
|