huolongguo10 commited on
Commit
1cdc713
1 Parent(s): 8aecfe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -202,5 +202,5 @@ Based on the original functions of Chatyuan-large-v1, we optimized the model as
202
  """)
203
 
204
 
205
- gui = gr.TabbedInterface(interface_list=[introduction,demo, demo_1], tab_names=["相关介绍","开源模型", "API调用"])
206
- gui.launch(quiet=True,show_api=False, share = False)
 
202
  """)
203
 
204
 
205
+ gui = gr.TabbedInterface(interface_list=[demo], tab_names=[开源模型"])
206
+ gui.launch(quiet=True,show_api=True, share = False)