kassemsabeh commited on
Commit
fd637c4
·
1 Parent(s): e35dbc2

Add examples

Browse files
Files changed (2) hide show
  1. README.pdf +0 -0
  2. app.py +6 -1
README.pdf DELETED
Binary file (35 kB)
 
app.py CHANGED
@@ -63,7 +63,12 @@ demo = gr.Interface(
63
  examples=[["Processor", "3ghz intel core i5", "Brand Name", "Computers & Tablets"],
64
  ["Special Feature", "Electric Razor for Men,Beard Trimmer,Rechargeable,Wet and Dry,Cordles", "Uses", "Electric Shavers"],
65
  ["Special Feature", "Electric Razor for Men,Beard Trimmer,Rechargeable,Wet and Dry,Cordles", "Skin Type", "Electric Shavers"],
66
- ["Color", "Black Foil Razor", "Head Type", "Electric Shavers"]
 
 
 
 
 
67
  ]
68
  )
69
 
 
63
  examples=[["Processor", "3ghz intel core i5", "Brand Name", "Computers & Tablets"],
64
  ["Special Feature", "Electric Razor for Men,Beard Trimmer,Rechargeable,Wet and Dry,Cordles", "Uses", "Electric Shavers"],
65
  ["Special Feature", "Electric Razor for Men,Beard Trimmer,Rechargeable,Wet and Dry,Cordles", "Skin Type", "Electric Shavers"],
66
+ ["Color", "Black Foil Razor", "Head Type", "Electric Shavers"],
67
+ ["Color", "2 ustzc-541 black with silver wood", "Material Type", "Office Electronics Accessories"],
68
+ ["Brand Name", "beiter gray battery power", "Power Source", "Laptop Accessories"],
69
+ ['Color', '14.5-inch red color spectrum', 'Size', 'Novelty Lighting'],
70
+ ['Fixture Features', 'wattage 21w type 1200 mm input end', 'Wattage', 'Fluorescent Tubes'],
71
+ ['Fixture Features', 'wattage 21w type 1200 mm input end', 'Size', 'Fluorescent Tubes']
72
  ]
73
  )
74