spuuntries commited on
Commit
e1c62f8
1 Parent(s): 43f3666

docs: change description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -139,8 +139,8 @@ iface = gr.Interface(
139
  fn=predict_and_compare,
140
  inputs=gr.Image(type="pil"),
141
  outputs="text",
142
- title="Image authentication",
143
- description="Upload your image here to be authenticated!",
144
  allow_flagging="never",
145
  )
146
 
 
139
  fn=predict_and_compare,
140
  inputs=gr.Image(type="pil"),
141
  outputs="text",
142
+ title="Astolfo's vault image ID authentication 📦",
143
+ description="Submit your image here to be authenticated!",
144
  allow_flagging="never",
145
  )
146