chengzeyi commited on
Commit
d7e89a0
·
1 Parent(s): 337b650

call normal flux-dev

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-ultra-fast",
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
  },