ashhadahsan commited on
Commit
66c205b
·
1 Parent(s): 1f4c994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -16
app.py CHANGED
@@ -13,22 +13,19 @@ import logging
13
 
14
  date = datetime.now().strftime(r"%Y-%m-%d")
15
  model_classes = {
16
- 0: "Ads",
17
- 1: "Apps",
18
- 2: "Battery",
19
- 3: "Charging",
20
- 4: "Delivery",
21
- 5: "Display",
22
- 6: "FOS",
23
- 7: "HW",
24
- 8: "Order",
25
- 9: "Refurb",
26
- 10: "SD",
27
- 11: "Setup",
28
- 12: "Unknown",
29
- 13: "WiFi",
30
- }
31
-
32
 
33
  @st.cache
34
  def load_t5():
 
13
 
14
  date = datetime.now().strftime(r"%Y-%m-%d")
15
  model_classes = {
16
+ {0: 'Ads',
17
+ 1: 'Apps',
18
+ 2: 'Battery',
19
+ 3: 'Charging',
20
+ 4: 'Delivery',
21
+ 5: 'Display',
22
+ 6: 'FOS',
23
+ 7: 'HW',
24
+ 8: 'Order',
25
+ 9: 'Refurb',
26
+ 10: 'SD',
27
+ 11: 'Setup',
28
+ 12: 'Unknown'}
 
 
 
29
 
30
  @st.cache
31
  def load_t5():