Charig Yang
commited on
Commit
·
e51a2e8
1
Parent(s):
0c7ba14
up
Browse files
app.py
CHANGED
@@ -28,6 +28,8 @@ inputs = gr.inputs.Image()
|
|
28 |
|
29 |
io = gr.Interface(
|
30 |
fn=predict,
|
|
|
|
|
31 |
inputs=inputs,
|
32 |
outputs="text",
|
33 |
)
|
|
|
28 |
|
29 |
io = gr.Interface(
|
30 |
fn=predict,
|
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 |
)
|