Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ models = [
|
|
24 |
Model("SD21","models/stabilityai/stable-diffusion-2-1", "")
|
25 |
]
|
26 |
|
27 |
-
custom_model = models[
|
28 |
|
29 |
gr.Interface.load(
|
30 |
name= custom_model,
|
|
|
24 |
Model("SD21","models/stabilityai/stable-diffusion-2-1", "")
|
25 |
]
|
26 |
|
27 |
+
custom_model = models[2].path
|
28 |
|
29 |
gr.Interface.load(
|
30 |
name= custom_model,
|