Spaces:
Runtime error
Runtime error
Commit
•
5435da9
1
Parent(s):
47222f8
Update app.py
Browse files
app.py
CHANGED
@@ -432,7 +432,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
432 |
queue=False,
|
433 |
show_progress=False
|
434 |
)
|
435 |
-
photo.
|
436 |
fn=center_crop_image_as_square,
|
437 |
inputs=[photo],
|
438 |
outputs=[photo],
|
|
|
432 |
queue=False,
|
433 |
show_progress=False
|
434 |
)
|
435 |
+
photo.change(
|
436 |
fn=center_crop_image_as_square,
|
437 |
inputs=[photo],
|
438 |
outputs=[photo],
|