Commit
Β·
feef34c
1
Parent(s):
8677b18
refactor: Update examples
Browse files- app.py +9 -5
- assets/{sample.jpeg β sample1.jpg} +2 -2
- assets/sample2.jpg +3 -0
- assets/sample3.jpg +3 -0
app.py
CHANGED
|
@@ -105,14 +105,18 @@ with gr.Blocks(
|
|
| 105 |
examples=[
|
| 106 |
[
|
| 107 |
"Multimodal",
|
| 108 |
-
|
| 109 |
-
"./assets/
|
| 110 |
],
|
| 111 |
-
["Image Only", None, "./assets/sample.jpeg"],
|
| 112 |
[
|
| 113 |
-
"
|
| 114 |
"Red Electric Guitar β Stratocaster Style, 6-String, White Pickguard, Solid-Body, Ideal for Rock & Roll",
|
| 115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
],
|
| 117 |
],
|
| 118 |
label="Select an example to pre-fill the inputs, then click the 'Classify Product' button.",
|
|
|
|
| 105 |
examples=[
|
| 106 |
[
|
| 107 |
"Multimodal",
|
| 108 |
+
'Laptop Asus - 15.6" / CPU I9 / 2Tb SSD / 32Gb RAM / RTX 2080',
|
| 109 |
+
"./assets/sample2.jpg",
|
| 110 |
],
|
|
|
|
| 111 |
[
|
| 112 |
+
"Multimodal",
|
| 113 |
"Red Electric Guitar β Stratocaster Style, 6-String, White Pickguard, Solid-Body, Ideal for Rock & Roll",
|
| 114 |
+
"./assets/sample1.jpg",
|
| 115 |
+
],
|
| 116 |
+
[
|
| 117 |
+
"Multimodal",
|
| 118 |
+
"Portable Wireless Speaker / JBL / Black / High Quality Sound",
|
| 119 |
+
"./assets/sample3.jpg",
|
| 120 |
],
|
| 121 |
],
|
| 122 |
label="Select an example to pre-fill the inputs, then click the 'Classify Product' button.",
|
assets/{sample.jpeg β sample1.jpg}
RENAMED
|
File without changes
|
assets/sample2.jpg
ADDED
|
Git LFS Details
|
assets/sample3.jpg
ADDED
|
Git LFS Details
|