Phauglin commited on
Commit
4e4b7c1
·
verified ·
1 Parent(s): 5fd64e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def process_image(img):
53
  "fal-ai/flux/schnell",
54
  arguments={
55
  "prompt": f"A detailed, artistic interpretation of {predicted_class} flower in natural setting",
56
- "image_size": "256x256" # Low res for testing
57
  },
58
  with_logs=True,
59
  on_queue_update=on_queue_update,
 
53
  "fal-ai/flux/schnell",
54
  arguments={
55
  "prompt": f"A detailed, artistic interpretation of {predicted_class} flower in natural setting",
56
+ "image_size": "square" # Changed from "256x256" to "square"
57
  },
58
  with_logs=True,
59
  on_queue_update=on_queue_update,