Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
theSure
/
Omnieraser
like
4
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
theSure
commited on
29 days ago
Commit
f1243f2
·
verified
·
1 Parent(s):
fd93b93
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -364,5 +364,5 @@ with gr.Blocks(
364
outputs=[inpaint_result, gallery]
365
)
366
367
-
368
-
demo.launch()
364
outputs=[inpaint_result, gallery]
365
)
366
367
+
if __name__ == '__main__':
368
+
demo.launch()