Spaces:
Runtime error
Runtime error
change title
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ interface_image = gr.Interface(
|
|
34 |
fn=show_preds_image,
|
35 |
inputs=inputs_image,
|
36 |
outputs=outputs_image,
|
37 |
-
title="
|
38 |
cache_examples=False,
|
39 |
)
|
40 |
|
|
|
34 |
fn=show_preds_image,
|
35 |
inputs=inputs_image,
|
36 |
outputs=outputs_image,
|
37 |
+
title="Cats and Dogs detector",
|
38 |
cache_examples=False,
|
39 |
)
|
40 |
|