wasmdashai commited on
Commit
1536913
·
verified ·
1 Parent(s): add7b09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with gr.Tab("Stute Base"):
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()