fffiloni commited on
Commit
cf177c1
1 Parent(s): a8d733b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def gradio_interface():
94
  input_url = gr.Textbox(label="Image URL", placeholder="Enter the URL of the image")
95
  submit_button = gr.Button("Process")
96
 
97
- output_gallery = gr.Gallery(label="Output Images").style(grid=[2], height="300px")
98
 
99
  submit_button.click(process_image, inputs=[input_url], outputs=[output_gallery])
100
 
 
94
  input_url = gr.Textbox(label="Image URL", placeholder="Enter the URL of the image")
95
  submit_button = gr.Button("Process")
96
 
97
+ output_gallery = gr.Gallery(label="Output Images")
98
 
99
  submit_button.click(process_image, inputs=[input_url], outputs=[output_gallery])
100