Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
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")
|
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 |
|