Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sczhou/CodeFormer
Yahir
/
CodeFormer
like
1
Runtime error
App
Files
Files
Community
sczhou
commited on
Nov 22, 2022
Commit
b627deb
•
1 Parent(s):
0794b75
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -266,4 +266,4 @@ demo = gr.Interface(
266
)
267
268
demo.queue(concurrency_count=3)
269
-
demo.launch(
enable_queue=True
)
266
)
267
268
demo.queue(concurrency_count=3)
269
+
demo.launch()