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

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="filepath", 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", label="Input"),
65
  outputs="label",
66
  examples=examples,
67
  allow_flagging="never",