Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,6 @@ import gradio as gr
|
|
50 |
|
51 |
demo = gr.TabbedInterface([tab1, tab2], ["T2T", "T2Seq"])
|
52 |
|
53 |
-
|
54 |
-
|
55 |
# demo.launch()
|
|
|
50 |
|
51 |
demo = gr.TabbedInterface([tab1, tab2], ["T2T", "T2Seq"])
|
52 |
|
53 |
+
|
54 |
+
demo.launch()
|
55 |
# demo.launch()
|