Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ interface_image = gr.Interface(
|
|
63 |
fn=show_preds_image,
|
64 |
inputs=inputs_image,
|
65 |
outputs=outputs_image,
|
66 |
-
title="ReWilding Europe Project - Demo[Yolov8]
|
67 |
examples=[],
|
68 |
cache_examples=False,
|
69 |
)
|
|
|
63 |
fn=show_preds_image,
|
64 |
inputs=inputs_image,
|
65 |
outputs=outputs_image,
|
66 |
+
title="ReWilding Europe Project - Demo[Yolov8]",
|
67 |
examples=[],
|
68 |
cache_examples=False,
|
69 |
)
|