Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
|
|
33 |
process_button = gr.Button("Process Image")
|
34 |
|
35 |
with gr.Column():
|
36 |
-
output_gallery = gr.Gallery(label="Segmented Images")
|
37 |
download_button = gr.Files(label="Download All", file_count="multiple")
|
38 |
|
39 |
process_button.click(on_process, [image_input, num_segments], [output_gallery, download_button])
|
|
|
33 |
process_button = gr.Button("Process Image")
|
34 |
|
35 |
with gr.Column():
|
36 |
+
output_gallery = gr.Gallery(label="Segmented Images")
|
37 |
download_button = gr.Files(label="Download All", file_count="multiple")
|
38 |
|
39 |
process_button.click(on_process, [image_input, num_segments], [output_gallery, download_button])
|