Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LexBwmn
/
ACE_DEMO
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LexBwmn
commited on
4 days ago
Commit
c1d5f45
·
verified
·
1 Parent(s):
424e812
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,4 +45,4 @@ demo = gr.Interface(
45
46
if __name__ == "__main__":
47
demo.queue(default_concurrency_limit=1)
48
-
demo.launch()
45
46
if __name__ == "__main__":
47
demo.queue(default_concurrency_limit=1)
48
+
demo.launch(
ssr_mode=False
)