Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ examples = [
|
|
69 |
["Eco-Friendly Hotels"]
|
70 |
]
|
71 |
|
72 |
-
demo = gr.Interface(fn=greet, outputs="json",title="miami-hotel-search",
|
73 |
-
inputs=gr.inputs.Textbox(lines=5, label="Tell us what you like in a hotel?"),examples=examples)
|
74 |
|
75 |
demo.launch()
|
|
|
69 |
["Eco-Friendly Hotels"]
|
70 |
]
|
71 |
|
72 |
+
demo = gr.Interface(fn=greet, outputs="json",title="miami-hotel-search",
|
73 |
+
inputs=gr.inputs.Textbox(lines=5, label="Tell us what you like in a hotel?",default='hotels for LGBTQ+ community and nice rooftop pool'),examples=examples)
|
74 |
|
75 |
demo.launch()
|