Fix repo ID validation by changing model name to black-forest-labs/FLUX.1-dev
Browse files
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
|
| 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
|