Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pngwn/watermark_demo_fixed
ysharma
/
watermark_demo_fixed
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ysharma
HF Staff
commited on
Sep 18
Commit
424a304
·
verified
·
1 Parent(s):
4abac18
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -211,4 +211,4 @@ with gr.Blocks(css=css) as demo:
211
)
212
213
if __name__ == "__main__":
214
-
demo.launch()
211
)
212
213
if __name__ == "__main__":
214
+
demo.launch(
ssr_mode=False
)