Spaces:
Runtime error
Runtime error
Commit
·
fde7adc
1
Parent(s):
9fbc0af
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="Object detection app",
|
| 59 |
examples=path,
|
| 60 |
cache_examples=False,
|
| 61 |
)
|
|
|
|
| 55 |
fn=show_preds_image,
|
| 56 |
inputs=inputs_image,
|
| 57 |
outputs=outputs_image,
|
| 58 |
+
title="thermal image Object detection app",
|
| 59 |
examples=path,
|
| 60 |
cache_examples=False,
|
| 61 |
)
|