OriLib commited on
Commit
65776e3
1 Parent(s): b910fad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,8 +95,8 @@ with block:
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():
 
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():