Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -231,5 +231,6 @@ if __name__ == "__main__":
|
|
231 |
|
232 |
demo.queue().launch(
|
233 |
mcp_server=True,
|
|
|
234 |
auth=(auth_user, auth_pass) if auth_user and auth_pass else None
|
235 |
)
|
|
|
231 |
|
232 |
demo.queue().launch(
|
233 |
mcp_server=True,
|
234 |
+
share=True,
|
235 |
auth=(auth_user, auth_pass) if auth_user and auth_pass else None
|
236 |
)
|