G-Rost commited on
Commit
cea1c73
1 Parent(s): f318312

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ MODEL_OPTIONS = {
40
  }
41
 
42
  # Default to fastest model and lower image size for limited resources
43
- DEFAULT_MODEL_ID = MODEL_OPTIONS["Fastest (Draft Quality)"]
44
  DEFAULT_IMAGE_SIZE = 512 # Lower default resolution
45
 
46
  # Cache models to avoid reloading
 
40
  }
41
 
42
  # Default to fastest model and lower image size for limited resources
43
+ DEFAULT_MODEL_ID = MODEL_OPTIONS["Модель штучного інтелекту мала (Швидко-гірша якість)"]
44
  DEFAULT_IMAGE_SIZE = 512 # Lower default resolution
45
 
46
  # Cache models to avoid reloading