huolongguo10 commited on
Commit
e832744
1 Parent(s): 1cdc713

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=[demo], tab_names=[开源模型"])
206
  gui.launch(quiet=True,show_api=True, share = False)
 
202
  """)
203
 
204
 
205
+ gui = gr.TabbedInterface(interface_list=[demo], tab_names=["开源模型"])
206
  gui.launch(quiet=True,show_api=True, share = False)