Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ input_text = gr.Textbox(label="Enter city you want to go!")
|
|
23 |
generate_button = gr.Button("Generate")
|
24 |
|
25 |
iface = gr.Interface(fn=generate_trip_plan, inputs=input_text, outputs=gr.Textbox())
|
26 |
-
iface.launch(
|
|
|
23 |
generate_button = gr.Button("Generate")
|
24 |
|
25 |
iface = gr.Interface(fn=generate_trip_plan, inputs=input_text, outputs=gr.Textbox())
|
26 |
+
iface.launch()
|