Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
danielritchie
/
generative-affect-engine
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
danielritchie
commited on
Feb 13
Commit
36b4082
·
1 Parent(s):
0625831
disable ssr
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -92,5 +92,6 @@ with gr.Blocks(title="VIBE-Eyes 👁️") as demo:
92
]
93
)
94
95
-
demo.launch()
96
92
]
93
)
94
95
+
demo.launch(
server_name="0.0.0.0", server_port=7860, ssr_mode=False
)
96
+
97