Omnibus commited on
Commit
5403c28
1 Parent(s): e0d446b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def decode(im,col):
34
 
35
 
36
  with gr.Blocks() as app:
37
- in_im = gr.Image(label="QR Image to Decode")
38
  dec_btn = gr.Button("Decode QR")
39
  text_out = gr.Textbox(label="Decoded Text")
40
  choose_color = gr.ColorPicker()
 
34
 
35
 
36
  with gr.Blocks() as app:
37
+ in_im = gr.Image(label="QR Image to Decode",type='filepath')
38
  dec_btn = gr.Button("Decode QR")
39
  text_out = gr.Textbox(label="Decoded Text")
40
  choose_color = gr.ColorPicker()