ClueAI commited on
Commit
bc3347c
1 Parent(s): 7a013b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,4 +128,4 @@ with block as introduction:
128
 
129
 
130
  gui = gr.TabbedInterface(interface_list=[introduction,demo, demo_1], tab_names=["相关介绍","开源模型", "API调用"])
131
- gui.launch(quiet=True,show_api=False, share = True)
 
128
 
129
 
130
  gui = gr.TabbedInterface(interface_list=[introduction,demo, demo_1], tab_names=["相关介绍","开源模型", "API调用"])
131
+ gui.launch(quiet=True,show_api=False, share = False)