Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tori29umai/sketch2lineart
Homebeam
/
sketch2lineart
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tori29umai
commited on
Jun 19, 2024
Commit
3757039
·
1 Parent(s):
19fe834
app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -133,4 +133,4 @@ class Img2Img:
133
134
if __name__ == "__main__":
135
ui = Img2Img()
136
-
ui.launch(
share=False
)
133
134
if __name__ == "__main__":
135
ui = Img2Img()
136
+
ui.launch()