kassemsabeh
commited on
Commit
•
b8ddf07
1
Parent(s):
0e7185d
Add examples
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@ iface = gr.Interface(
|
|
24 |
inputs=["text", "text"],
|
25 |
outputs=['text'],
|
26 |
title="GAVI",
|
|
|
27 |
)
|
28 |
|
29 |
iface.launch()
|
|
|
24 |
inputs=["text", "text"],
|
25 |
outputs=['text'],
|
26 |
title="GAVI",
|
27 |
+
examples=[["Arriba Salsa Garlic and Cilantro, 16 oz", "Food"], ["MV Verholen Black GPS Ball Mount for BMW K1200S K1200R K1300S K1300R Black GPS Ball Mount VER-4901-10181", "Toys"]]
|
28 |
)
|
29 |
|
30 |
iface.launch()
|