Spaces:
Paused
Paused
call normal flux-dev
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ if not API_KEY:
|
|
| 25 |
# Rest of constants
|
| 26 |
BACKENDS = {
|
| 27 |
"flux-dev": {
|
| 28 |
-
"endpoint": f"{API_BASE_URL}/wavespeed-ai/flux-dev
|
| 29 |
"name": "Flux-dev",
|
| 30 |
"color": "#FF9800",
|
| 31 |
},
|
|
|
|
| 25 |
# Rest of constants
|
| 26 |
BACKENDS = {
|
| 27 |
"flux-dev": {
|
| 28 |
+
"endpoint": f"{API_BASE_URL}/wavespeed-ai/flux-dev",
|
| 29 |
"name": "Flux-dev",
|
| 30 |
"color": "#FF9800",
|
| 31 |
},
|