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