Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with app:
|
|
90 |
""")
|
91 |
image_output = gr.Image()
|
92 |
with gr.Column():
|
93 |
-
gal1=gr.
|
94 |
|
95 |
image_input.change(fn=image_objects,
|
96 |
inputs=image_input,
|
|
|
90 |
""")
|
91 |
image_output = gr.Image()
|
92 |
with gr.Column():
|
93 |
+
gal1=gr.Pil()
|
94 |
|
95 |
image_input.change(fn=image_objects,
|
96 |
inputs=image_input,
|