Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Zhengyi/CRM
mashroo
/
CRM
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
YoussefAnso
commited on
26 days ago
Commit
0b4c9aa
·
1 Parent(s):
bb2ef81
Enable sharing option in Gradio launch settings to enhance accessibility and collaboration for users in both local and Spaces environments.
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -268,4 +268,4 @@ with gr.Blocks(
268
if __name__ == "__main__":
269
import os
270
271
-
demo.launch()
268
if __name__ == "__main__":
269
import os
270
271
+
demo.launch(
share=True
)