Update app.py
Browse files
app.py
CHANGED
@@ -167,6 +167,8 @@ def together_image_to_image(image_numpy, prompt: str):
|
|
167 |
|
168 |
try:
|
169 |
|
|
|
|
|
170 |
image_completion = client.images.generate(
|
171 |
model="black-forest-labs/FLUX.1-kontext-max", # Hardcoded model as requested
|
172 |
steps=40, # Hardcoded steps as requested
|
|
|
167 |
|
168 |
try:
|
169 |
|
170 |
+
print(image_numpy)
|
171 |
+
|
172 |
image_completion = client.images.generate(
|
173 |
model="black-forest-labs/FLUX.1-kontext-max", # Hardcoded model as requested
|
174 |
steps=40, # Hardcoded steps as requested
|