Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ with app:
|
|
| 92 |
""")
|
| 93 |
image_output = gr.Image()
|
| 94 |
with gr.Column():
|
| 95 |
-
gal1=gr.Gallery()
|
| 96 |
|
| 97 |
image_input.change(fn=image_objects,
|
| 98 |
inputs=image_input,
|
|
|
|
| 92 |
""")
|
| 93 |
image_output = gr.Image()
|
| 94 |
with gr.Column():
|
| 95 |
+
gal1=gr.Gallery(type="filepath").style(grid="10")
|
| 96 |
|
| 97 |
image_input.change(fn=image_objects,
|
| 98 |
inputs=image_input,
|