Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,4 +72,4 @@ examples = [
|
|
| 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(
|
|
|
|
| 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()
|