Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ if __name__ == "__main__":
|
|
125 |
""")
|
126 |
|
127 |
# launches the app in a new local port
|
128 |
-
dialog_app.launch(show_error=True,
|
129 |
# 为网站设置密码防止滥用
|
130 |
# dialog_app.launch(auth=("admin", "pass1234"))
|
131 |
|
|
|
125 |
""")
|
126 |
|
127 |
# launches the app in a new local port
|
128 |
+
dialog_app.launch(show_error=True,share=True)
|
129 |
# 为网站设置密码防止滥用
|
130 |
# dialog_app.launch(auth=("admin", "pass1234"))
|
131 |
|