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:
AlexandreScriptsMT
/
clawbot_agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Antigravity Bot
commited on
Jan 31
Commit
cb415e1
·
1 Parent(s):
7ffe937
Disable SSR mode to fix 405 error
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ demo = gr.ChatInterface(
30
)
31
32
if __name__ == "__main__":
33
-
demo.launch()
30
)
31
32
if __name__ == "__main__":
33
+
demo.launch(
ssr_mode=False
)