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:
Duplicated from
chalimangolaeiii/Pro-Realism-Edit-Studio
gioconda
/
PPPP
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chalimangolaeiii
commited on
10 days ago
Commit
0d5f418
·
verified
·
1 Parent(s):
5309b29
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -339,4 +339,4 @@ with gr.Blocks(css=css, delete_cache=(3600, 86400)) as demo:
339
)
340
341
if __name__ == "__main__":
342
-
demo.launch()
339
)
340
341
if __name__ == "__main__":
342
+
demo.launch(
ssr_mode=False
)