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
6a61ba8
·
1 Parent(s):
acab22c
Remove server name and port parameters from Gradio launch settings, simplifying the configuration for improved clarity and usability.
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -266,6 +266,4 @@ with gr.Blocks(
266
)
267
268
if __name__ == "__main__":
269
-
import os
270
-
271
-
demo.launch(server_name="0.0.0.0", server_port=7860)
266
)
267
268
if __name__ == "__main__":
269
+
demo.launch()