Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
walidadebayo
/
BackgroundRemoverandChanger
like
1
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Update app.py
#2
by
John6666
- opened
Dec 4, 2024
base:
refs/heads/main
β
from:
refs/pr/2
Discussion
Files changed
+1
-1
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
)