Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def together_text_to_image(prompt: str = "", width: int = 1024, height: int = 10
|
|
136 |
|
137 |
try:
|
138 |
image_completion = client.images.generate(
|
139 |
-
model="black-forest-labs/FLUX.1-
|
140 |
width=width,
|
141 |
height=height,
|
142 |
steps=40,
|
|
|
136 |
|
137 |
try:
|
138 |
image_completion = client.images.generate(
|
139 |
+
model="black-forest-labs/FLUX.1.1-pro",
|
140 |
width=width,
|
141 |
height=height,
|
142 |
steps=40,
|