Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ models = [
|
|
25 |
Model("SD21","models/stabilityai/stable-diffusion-2-1", "")
|
26 |
]
|
27 |
|
28 |
-
custom_model = models[
|
29 |
|
30 |
sandbox = gr.Interface.load(
|
31 |
name= custom_model,
|
@@ -35,4 +35,4 @@ sandbox = gr.Interface.load(
|
|
35 |
article=article,
|
36 |
api_key=API_KEY,
|
37 |
)
|
38 |
-
sandbox.queue(concurrency_count=
|
|
|
25 |
Model("SD21","models/stabilityai/stable-diffusion-2-1", "")
|
26 |
]
|
27 |
|
28 |
+
custom_model = models[3].path
|
29 |
|
30 |
sandbox = gr.Interface.load(
|
31 |
name= custom_model,
|
|
|
35 |
article=article,
|
36 |
api_key=API_KEY,
|
37 |
)
|
38 |
+
sandbox.queue(concurrency_count=30).launch()
|