Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
|
|
59 |
submit_btn_seq.click(fn=t2seq, inputs=[text_input_seq, model_choices_seq], outputs=text_output_seq)
|
60 |
|
61 |
|
62 |
-
|
63 |
gr.Markdown("### Stute Base")
|
64 |
|
65 |
demo.launch()
|
|
|
59 |
submit_btn_seq.click(fn=t2seq, inputs=[text_input_seq, model_choices_seq], outputs=text_output_seq)
|
60 |
|
61 |
|
62 |
+
with gr.Tab("Stute Base"):
|
63 |
gr.Markdown("### Stute Base")
|
64 |
|
65 |
demo.launch()
|