Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tongbo
/
flashsloth
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tongbo
commited on
28 days ago
Commit
c545e2f
·
verified
·
1 Parent(s):
b3a5001
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -192,4 +192,4 @@ with gr.Blocks(css=custom_css) as demo:
192
)
193
194
if __name__ == "__main__":
195
-
demo.queue().launch(
server_name="0.0.0.0", server_port=8888
)
192
)
193
194
if __name__ == "__main__":
195
+
demo.queue().launch()