Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -135,7 +135,7 @@ with gr.Blocks() as demo:
|
|
| 135 |
visible=True
|
| 136 |
)
|
| 137 |
|
| 138 |
-
input_img.
|
| 139 |
auto_process,
|
| 140 |
inputs=[input_img],
|
| 141 |
outputs=[
|
|
|
|
| 135 |
visible=True
|
| 136 |
)
|
| 137 |
|
| 138 |
+
input_img.upload(
|
| 139 |
auto_process,
|
| 140 |
inputs=[input_img],
|
| 141 |
outputs=[
|