Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
comdoleger
commited on
Commit
•
d693233
1
Parent(s):
3f11607
Update app.py
Browse files
app.py
CHANGED
@@ -440,7 +440,7 @@ a:hover {
|
|
440 |
}
|
441 |
}
|
442 |
"""
|
443 |
-
block = gr.Blocks(css=css, title="## F.ai Fuzer").queue()
|
444 |
with block:
|
445 |
|
446 |
gr.HTML('''
|
|
|
440 |
}
|
441 |
}
|
442 |
"""
|
443 |
+
block = gr.Blocks(css=css, title="## F.ai Fuzer").queue(default_concurrency_limit=12)
|
444 |
with block:
|
445 |
|
446 |
gr.HTML('''
|