Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
vivym/image-matting-app
sefulretelei
/
image-matting-app
like
9
Running
App
Files
Files
Community
vivym
commited on
Nov 25, 2022
Commit
fc3685f
•
1 Parent(s):
4a582ec
remove share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -169,7 +169,7 @@ def main():
169
outputs=image_output,
170
)
171
172
-
app.launch(
share=True
)
173
174
175
if __name__ == "__main__":
169
outputs=image_output,
170
)
171
172
+
app.launch()
173
174
175
if __name__ == "__main__":