thak123 commited on
Commit
80a0eff
·
verified ·
1 Parent(s): c5fb318

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def reset_names(names):
71
  demo = gr.Interface(
72
  fn=select_and_speak,
73
  inputs=[gr.State()],
74
- outputs=[gr.Textbox(label="Remaining Names"), gr.Textbox(label="Selected Name"), gr.State(), ],
75
  title="Random Name Selector and Speaker",
76
  description="Enter a list of names separated by newlines in the 'Reset' tab to start.",
77
  )
 
71
  demo = gr.Interface(
72
  fn=select_and_speak,
73
  inputs=[gr.State()],
74
+ outputs=[gr.Textbox(label="Remaining Names"), gr.Textbox(label="Selected Name"), gr.State()],
75
  title="Random Name Selector and Speaker",
76
  description="Enter a list of names separated by newlines in the 'Reset' tab to start.",
77
  )