Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,6 @@ def greet(name):
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet,
|
7 |
-
inputs=[gr.Textbox(label='Description'),gr.Textbox(label='Color')],
|
8 |
outputs="text")
|
9 |
iface.launch()
|
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet,
|
7 |
+
inputs=[gr.Textbox(label='Description'),gr.Textbox(label='Color'),gr.Textbox(label='Features'),gr.Textbox(label='Occasion'),gr.Textbox(label='Type')],
|
8 |
outputs="text")
|
9 |
iface.launch()
|