spuuntries
commited on
Commit
•
e1c62f8
1
Parent(s):
43f3666
docs: change description
Browse files
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="
|
143 |
-
description="
|
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 |
|