Spaces:
Paused
Paused
Commit
β’
47222f8
1
Parent(s):
560d75d
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.input(
|
436 |
fn=center_crop_image_as_square,
|
437 |
inputs=[photo],
|
438 |
outputs=[photo],
|