Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hyz317/PrimitiveAnything
abidlabs
/
PrimitiveAnythingCachedExamples
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
YulianSa
commited on
8 days ago
Commit
12d3833
·
1 Parent(s):
e6371b5
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -387,4 +387,4 @@ with gr.Blocks(title=title) as demo:
387
)
388
389
if __name__ == "__main__":
390
-
demo.launch()
387
)
388
389
if __name__ == "__main__":
390
+
demo.launch(
ssr_mode=False
)