hasibzunair commited on
Commit
fee32f3
·
1 Parent(s): ed759db

update intro

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ demo = gr.Interface(
61
  title=title,
62
  description=description,
63
  article=article,
64
- inputs=gr.inputs.Image(type="pil", source="upload", tool="editor"),
65
  outputs="label",
66
  examples=examples,
67
  allow_flagging="never",
 
61
  title=title,
62
  description=description,
63
  article=article,
64
+ inputs=gr.inputs.Image(type="filepath", source="upload", tool="editor"),
65
  outputs="label",
66
  examples=examples,
67
  allow_flagging="never",