KingNish commited on
Commit
59f83f2
·
verified ·
1 Parent(s): 55978f4

Update app.py

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