Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
777ee15
1
Parent(s):
40476de
Update app.py
Browse files
app.py
CHANGED
@@ -83,4 +83,4 @@ with gr.Blocks (css ='main.css') as myface:
|
|
83 |
|
84 |
title="Daylight (SD) ",
|
85 |
myface.queue(concurrency_count=200)
|
86 |
-
myface.launch(inline=True,
|
|
|
83 |
|
84 |
title="Daylight (SD) ",
|
85 |
myface.queue(concurrency_count=200)
|
86 |
+
myface.launch(inline=True, max_threads=400)
|