Hugging Face
Models
Datasets
Spaces
Posts
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
e5b09f7
·
1 Parent(s):
c326ac4
queue test
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -281,7 +281,7 @@ def main():
281
demo.launch(
282
enable_queue=False,
283
server_port=args.port,
284
-
share=
True
,
285
)
286
287
281
demo.launch(
282
enable_queue=False,
283
server_port=args.port,
284
+
share=
args.share
,
285
)
286
287