Spaces:
Runtime error
Runtime error
nehulagrawal
commited on
Commit
•
9fbc0af
1
Parent(s):
cc35739
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ interface_image = gr.Interface(
|
|
55 |
fn=show_preds_image,
|
56 |
inputs=inputs_image,
|
57 |
outputs=outputs_image,
|
58 |
-
title="
|
59 |
examples=path,
|
60 |
cache_examples=False,
|
61 |
)
|
|
|
55 |
fn=show_preds_image,
|
56 |
inputs=inputs_image,
|
57 |
outputs=outputs_image,
|
58 |
+
title="Object detection app",
|
59 |
examples=path,
|
60 |
cache_examples=False,
|
61 |
)
|