Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
PKUWilliamYang/VToonify
232labs
/
VToonify
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
saimemrekanat
commited on
Mar 11, 2023
Commit
c326ac4
·
1 Parent(s):
a3d3533
queue test
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -279,7 +279,7 @@ def main():
279
280
281
demo.launch(
282
-
enable_queue=
args.enable_queue
,
283
server_port=args.port,
284
share=True,
285
)
279
280
281
demo.launch(
282
+
enable_queue=
False
,
283
server_port=args.port,
284
share=True,
285
)