Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,9 +30,10 @@ models = [
|
|
30 |
]
|
31 |
|
32 |
"""custom_model = "models/dreamlike-art/dreamlike-diffusion-1.0"
|
|
|
33 |
"""
|
34 |
|
35 |
-
custom_model = "models/
|
36 |
|
37 |
def selectModel(message):
|
38 |
message = message.lower()
|
|
|
30 |
]
|
31 |
|
32 |
"""custom_model = "models/dreamlike-art/dreamlike-diffusion-1.0"
|
33 |
+
custom_model = "models/hakurei/waifu-diffusion-v1-3"
|
34 |
"""
|
35 |
|
36 |
+
custom_model = "models/dreamlike-art/dreamlike-diffusion-1.0"
|
37 |
|
38 |
def selectModel(message):
|
39 |
message = message.lower()
|