fffiloni commited on
Commit
cd9f57a
1 Parent(s): 0a3422c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[input_url], outputs=[output_gallery])
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