ClueAI commited on
Commit
394997c
·
1 Parent(s): 294e4dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[introduction,demo, demo_1], tab_names=["相关介绍Introduction","开源模型Online Demo", "API调用"])
206
  gui.launch(quiet=True,show_api=False, share = False)