Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Adeal1/BackgroundRemoverandChanger
John6666
/
BackgroundRemoverandChanger
like
1
Running
App
Files
Files
Community
John6666
commited on
22 days ago
Commit
9144295
•
1 Parent(s):
236619f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -531,4 +531,4 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
531
)
532
533
if __name__ == "__main__":
534
-
demo.launch(show_error=True)
531
)
532
533
if __name__ == "__main__":
534
+
demo.launch(show_error=True
, ssr_mode=False
)