Spaces:
Running on Zero
Running on Zero
Choquinlabs commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ MAX_SEED = np.iinfo(np.int32).max
|
|
| 113 |
ADAPTER_SPECS = {
|
| 114 |
"Tosti-Style-Transfer": {
|
| 115 |
"repo": "lichorosario/tosti-qwen-edit-2511",
|
| 116 |
-
"weights": "tosti-qwen-edit-
|
| 117 |
"adapter_name": "tosti-style"
|
| 118 |
},
|
| 119 |
|
|
|
|
| 113 |
ADAPTER_SPECS = {
|
| 114 |
"Tosti-Style-Transfer": {
|
| 115 |
"repo": "lichorosario/tosti-qwen-edit-2511",
|
| 116 |
+
"weights": "tosti-qwen-edit-2511_10.safetensors",
|
| 117 |
"adapter_name": "tosti-style"
|
| 118 |
},
|
| 119 |
|