Charig Yang
commited on
Commit
·
c4c0d01
1
Parent(s):
e51a2e8
fix
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ inputs = gr.inputs.Image()
|
|
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 |
)
|
|
|
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 |
)
|