Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
drewvid
/
writing_assistant
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
drewvid
commited on
Apr 13
Commit
2ddea29
·
verified
·
1 Parent(s):
fb499bb
Update app.py
Browse files
demo.launch(ssr_mode=False)
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ demo = gr.ChatInterface(
72
73
74
if __name__ == "__main__":
75
-
demo.launch()
72
73
74
if __name__ == "__main__":
75
+
demo.launch(
"ssr_mode=False"
)