Spaces:
Build error
Build error
update
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ with demo:
|
|
| 42 |
with gr.Row():
|
| 43 |
with gr.Column():
|
| 44 |
with gr.Row():
|
| 45 |
-
input_image = gr.Image(label='Input Image', type='
|
| 46 |
with gr.Row():
|
| 47 |
submit_button = gr.Button('Submit')
|
| 48 |
with gr.Column():
|
|
|
|
| 42 |
with gr.Row():
|
| 43 |
with gr.Column():
|
| 44 |
with gr.Row():
|
| 45 |
+
input_image = gr.Image(label='Input Image', type='numpy')
|
| 46 |
with gr.Row():
|
| 47 |
submit_button = gr.Button('Submit')
|
| 48 |
with gr.Column():
|