Charig Yang
commited on
Commit
·
4edfabf
1
Parent(s):
c4c0d01
examples
Browse files
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
|