Update app.py
Browse files
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 |
)
|