Spaces:
Running
Running
umm-maybe
commited on
Commit
·
9c2238b
1
Parent(s):
cf17b13
Disable API
Browse files
app.py
CHANGED
@@ -80,4 +80,4 @@ with gr.Interface(fn=getTour, inputs=[
|
|
80 |
], outputs="json", title="GPT-Tour", description="Generate a tour for a person", allow_flagging=False, allow_screenshot=False, allow_embedding=False) as iface:
|
81 |
iface.launch()
|
82 |
|
83 |
-
gr.Interface.load("models/manhan/GPT-Tour").launch()
|
|
|
80 |
], outputs="json", title="GPT-Tour", description="Generate a tour for a person", allow_flagging=False, allow_screenshot=False, allow_embedding=False) as iface:
|
81 |
iface.launch()
|
82 |
|
83 |
+
gr.Interface.load("models/manhan/GPT-Tour").launch(show_api=False)
|