chenjianfei
commited on
Commit
·
8afc0f4
1
Parent(s):
ae6f9f2
修改端口设置
Browse files
app.py
CHANGED
@@ -516,5 +516,5 @@ if __name__ == "__main__":
|
|
516 |
inputs=section_state,
|
517 |
outputs=chat_history_select)
|
518 |
|
519 |
-
demo.launch(share=
|
520 |
|
|
|
516 |
inputs=section_state,
|
517 |
outputs=chat_history_select)
|
518 |
|
519 |
+
demo.launch(share=True)
|
520 |
|