Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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": "
|
| 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,
|