Update app.py
Browse files
app.py
CHANGED
@@ -43,5 +43,5 @@ mf_transcribe = gr.Interface(
|
|
43 |
)
|
44 |
|
45 |
with demo:
|
46 |
-
gr.
|
47 |
demo.launch(enable_queue=True)
|
|
|
43 |
)
|
44 |
|
45 |
with demo:
|
46 |
+
gr.TabbedInterface([mf_transcribe],'Trancribe')
|
47 |
demo.launch(enable_queue=True)
|