MikeTrizna commited on
Commit
91a8d9d
·
verified ·
1 Parent(s): 2f813bc

Reverting back to None types

Browse files

Based on weird-looking examples table

Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -39,11 +39,11 @@ A page that features a table with multiple columns and rows""",
39
  ],
40
  outputs=gr.Label(),
41
  examples=[
42
- ['Journalsdateboo00DeanZ_0177.jpg', ""],
43
- ["newmexicobotani00newmb_0084.jpg", ""],
44
- ["easternareacrui00natic_0004.jpg", ""],
45
- ["1945fieldnotesla00klau_0318.jpg", ""],
46
- ["sturmsfiguresofp01stur_0263.jpg", ""]
47
  ],
48
  description="Upload an image of a scanned document page, or choose one of the examples below",
49
  title="Zero-shot Image Classification of BHL Images"
 
39
  ],
40
  outputs=gr.Label(),
41
  examples=[
42
+ ['Journalsdateboo00DeanZ_0177.jpg', None],
43
+ ["newmexicobotani00newmb_0084.jpg", None],
44
+ ["easternareacrui00natic_0004.jpg", None],
45
+ ["1945fieldnotesla00klau_0318.jpg", None],
46
+ ["sturmsfiguresofp01stur_0263.jpg", None]
47
  ],
48
  description="Upload an image of a scanned document page, or choose one of the examples below",
49
  title="Zero-shot Image Classification of BHL Images"