Omnibus commited on
Commit
836257c
1 Parent(s): 063d7d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def aiornot(image,mod_choose):
42
  with gr.Blocks() as app:
43
  with gr.Row():
44
  with gr.Column():
45
- inp = gr.Image(type='filepath')
46
  mod_choose=gr.Number(value=0)
47
  btn = gr.Button()
48
  outp = gr.Textbox()
 
42
  with gr.Blocks() as app:
43
  with gr.Row():
44
  with gr.Column():
45
+ inp = gr.Image()
46
  mod_choose=gr.Number(value=0)
47
  btn = gr.Button()
48
  outp = gr.Textbox()