Spaces:
Paused
Paused
Update app.py
Browse filesFix default models
app.py
CHANGED
|
@@ -114,7 +114,7 @@ MODE_DEFAULTS: dict[str, Mode] = {
|
|
| 114 |
"remove_bg": True,
|
| 115 |
},
|
| 116 |
"Background Generation": {
|
| 117 |
-
"model": "
|
| 118 |
"prompt": "A vibrant background with dynamic lighting and textures",
|
| 119 |
"default_strength": 1.2,
|
| 120 |
"default_height": 1024,
|
|
@@ -156,7 +156,7 @@ MODE_DEFAULTS: dict[str, Mode] = {
|
|
| 156 |
"remove_bg": True,
|
| 157 |
},
|
| 158 |
"Deblurring": {
|
| 159 |
-
"model": "
|
| 160 |
"prompt": "A scene with pronounced depth and perspective",
|
| 161 |
"default_strength": 1.2,
|
| 162 |
"default_height": 1024,
|
|
|
|
| 114 |
"remove_bg": True,
|
| 115 |
},
|
| 116 |
"Background Generation": {
|
| 117 |
+
"model": "gen_back_7000_1024",
|
| 118 |
"prompt": "A vibrant background with dynamic lighting and textures",
|
| 119 |
"default_strength": 1.2,
|
| 120 |
"default_height": 1024,
|
|
|
|
| 156 |
"remove_bg": True,
|
| 157 |
},
|
| 158 |
"Deblurring": {
|
| 159 |
+
"model": "deblurr_1024_10000",
|
| 160 |
"prompt": "A scene with pronounced depth and perspective",
|
| 161 |
"default_strength": 1.2,
|
| 162 |
"default_height": 1024,
|