Charig Yang commited on
Commit
4edfabf
1 Parent(s): c4c0d01
Files changed (3) hide show
  1. app.py +1 -0
  2. d1.png +0 -0
  3. d2.png +0 -0
app.py CHANGED
@@ -31,6 +31,7 @@ io = gr.Interface(
31
  description='Note that this model ingests clocks that are already cropped, i.e. we do not run object detection.',
32
  title='It\'s About Time: Analog Clock Reading in the Wild',
33
  inputs=inputs,
 
34
  outputs="text",
35
  )
36
 
 
31
  description='Note that this model ingests clocks that are already cropped, i.e. we do not run object detection.',
32
  title='It\'s About Time: Analog Clock Reading in the Wild',
33
  inputs=inputs,
34
+ examples=['d1.png', 'd2.png'],
35
  outputs="text",
36
  )
37
 
d1.png ADDED
d2.png ADDED