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
25 days ago
Commit
acab22c
·
1 Parent(s):
0b4c9aa
Update Gradio launch settings to specify server name and port, enhancing accessibility for users in various 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(
share
=
True
)
268
if __name__ == "__main__":
269
import os
270
271
+
demo.launch(
server_name
=
"0.0.0.0", server_port=7860
)