Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def gradio_interface():
|
|
96 |
|
97 |
output_gallery = gr.Gallery(label="Output Images")
|
98 |
|
99 |
-
submit_button.click(process_image, inputs=[
|
100 |
|
101 |
return app
|
102 |
|
|
|
96 |
|
97 |
output_gallery = gr.Gallery(label="Output Images")
|
98 |
|
99 |
+
submit_button.click(process_image, inputs=[input_image], outputs=[output_gallery])
|
100 |
|
101 |
return app
|
102 |
|