akhaliq HF Staff commited on
Commit
fc50e95
·
1 Parent(s): 69cefaa

Fix repo ID validation by changing model name to black-forest-labs/FLUX.1-dev

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def generate_image(prompt: str) -> dict:
78
  )
79
  image = client.text_to_image(
80
  prompt,
81
- model="black-forest-labs/FLUX.1-dev:fastest",
82
  )
83
 
84
  import tempfile
 
78
  )
79
  image = client.text_to_image(
80
  prompt,
81
+ model="black-forest-labs/FLUX.1-dev",
82
  )
83
 
84
  import tempfile