Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ iface = gr.Interface(
|
|
27 |
fn=predict_rat,
|
28 |
inputs=gr.Image(type="filepath"),
|
29 |
outputs="text",
|
30 |
-
title="
|
31 |
description="Upload an image to check if it contains a rat."
|
32 |
)
|
33 |
|
|
|
27 |
fn=predict_rat,
|
28 |
inputs=gr.Image(type="filepath"),
|
29 |
outputs="text",
|
30 |
+
title="Rodent Detection App",
|
31 |
description="Upload an image to check if it contains a rat."
|
32 |
)
|
33 |
|