umm-maybe commited on
Commit
9c2238b
·
1 Parent(s): cf17b13

Disable API

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)