Spaces:
Runtime error
Runtime error
Commit
·
b18bacc
1
Parent(s):
bc9def1
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
gr.Interface.load("models/Madiator2011/Lyoko-Diffusion-v1.1", description=description).launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("models/Madiator2011/Lyoko-Diffusion-v1.1").queue(concurrency_count=20).launch()
|
|
|
|