Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leonelhs
/
remove-background
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
leonelhs
commited on
Jun 18, 2023
Commit
dccc7ae
·
1 Parent(s):
0deb3fa
fix api
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -79,3 +79,5 @@ with gr.Blocks(title="Face Shine") as app:
79
80
with gr.Row():
81
gr.HTML(footer)
79
80
with gr.Row():
81
gr.HTML(footer)
82
+
83
+
app.launch(share=False, debug=True, enable_queue=True, show_error=True)