Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,6 @@ def greet(name):
|
|
5 |
|
6 |
iface = gr.Interface(fn=greet,
|
7 |
inputs=[gr.Textbox(label='Description'),
|
8 |
-
gr.Dropdown(label='Color',choices=['Beige','Black'],multiselect=True)],
|
9 |
outputs="text")
|
10 |
iface.launch()
|
|
|
5 |
|
6 |
iface = gr.Interface(fn=greet,
|
7 |
inputs=[gr.Textbox(label='Description'),
|
8 |
+
gr.Dropdown(label='Color',choices=['Beige','Black','Blue','Brown','Green','Grey','Orange','Pink','Purple','Red','White','Yellow'],multiselect=True)],
|
9 |
outputs="text")
|
10 |
iface.launch()
|