Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Somunia
/
cpu-casuallm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Somunia
commited on
Sep 3, 2024
Commit
62bb6e8
·
verified
·
1 Parent(s):
02af69b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,7 +73,7 @@ iface = gr.Interface(
73
)
74
75
# For local testing:
76
-
#
iface.launch(share=True)
77
deploy()
78
79
73
)
74
75
# For local testing:
76
+
iface.launch(share=True)
77
deploy()
78
79