Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,8 +95,8 @@ with block:
|
|
95 |
''')
|
96 |
with gr.Row():
|
97 |
with gr.Column():
|
98 |
-
|
99 |
-
input_image = gr.Image(sources=None, type="numpy") # None for upload, ctrl+v and webcam
|
100 |
run_button = gr.Button(value="Run")
|
101 |
|
102 |
with gr.Column():
|
|
|
95 |
''')
|
96 |
with gr.Row():
|
97 |
with gr.Column():
|
98 |
+
input_image = gr.Image(sources=None, type="pil") # None for upload, ctrl+v and webcam
|
99 |
+
# input_image = gr.Image(sources=None, type="numpy") # None for upload, ctrl+v and webcam
|
100 |
run_button = gr.Button(value="Run")
|
101 |
|
102 |
with gr.Column():
|