Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ljsabc
/
AnimeIns_CPU
like
14
Running
App
Files
Files
Community
ljsabc
commited on
Dec 5, 2023
Commit
4da24ac
·
1 Parent(s):
ce90b79
Add one more example.
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,5 +74,5 @@ iface = gr.Interface(
74
examples=["1562990.jpg"]
75
)
76
77
-
iface.launch()
78
74
examples=["1562990.jpg"]
75
)
76
77
+
iface.launch(
queue=True
)
78