Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Zhengyi/CRM
mashroo
/
CRM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
YoussefAnso
commited on
29 days ago
Commit
5ea1ced
·
1 Parent(s):
867f45c
Remove the main guard from app.py to simplify the launch process. This change streamlines the code structure and enhances readability.
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -253,5 +253,4 @@ with gr.Blocks() as demo:
253
outputs=outputs,
254
)
255
256
-
if __name__ == "__main__":
257
demo.queue().launch()
253
outputs=outputs,
254
)
255
256
demo.queue().launch()