Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,7 @@ DEVICE = "cpu"
|
|
31 |
|
32 |
# Model Options (optimized for CPU and memory constraints)
|
33 |
MODEL_OPTIONS = {
|
34 |
-
"Модель штучного інтелекту
|
35 |
-
"Модель штучного інтелекту мала (Швидше-середня якість)": "hf-internal-testing/tiny-stable-diffusion-pipe",
|
36 |
}
|
37 |
|
38 |
# Default to fastest model and lower image size for limited resources
|
|
|
31 |
|
32 |
# Model Options (optimized for CPU and memory constraints)
|
33 |
MODEL_OPTIONS = {
|
34 |
+
"Модель штучного інтелекту мала (Швидше-середня якість)": "hf-internal-testing/tiny-stable-diffusion-pipe"
|
|
|
35 |
}
|
36 |
|
37 |
# Default to fastest model and lower image size for limited resources
|