Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sczhou
/
CodeFormer
like
1.74k
Running
on
L4
App
Files
Files
Community
77
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()