KingNish commited on
Commit
ac09f84
·
verified ·
1 Parent(s): 4a96ecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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