SakuraD commited on
Commit
57f4c66
·
1 Parent(s): be8ab34
Files changed (1) hide show
  1. app.py +1 -1
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='pil')
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():