Spaces:
Runtime error
Runtime error
huolongguo10
commited on
Commit
•
1cdc713
1
Parent(s):
8aecfe4
Update app.py
Browse files
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=[
|
206 |
-
gui.launch(quiet=True,show_api=
|
|
|
202 |
""")
|
203 |
|
204 |
|
205 |
+
gui = gr.TabbedInterface(interface_list=[demo], tab_names=[开源模型"])
|
206 |
+
gui.launch(quiet=True,show_api=True, share = False)
|