Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
tori29umai
/
sketch2lineart
like
313
Running
on
Zero
App
Files
Files
Community
19
Fetching metadata from the HF Docker repository...
tori29umai
commited on
Jun 21, 2024
Commit
32742d1
·
verified
·
1 Parent(s):
b3b6580
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -118,4 +118,5 @@ class Img2Img:
118
return demo
119
120
img2img = Img2Img()
121
img2img.demo.launch(share=True)
118
return demo
119
120
img2img = Img2Img()
121
+
img2img.demo.demo.queue()
122
img2img.demo.launch(share=True)