Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ demo = gr.Interface(
|
|
16 |
fn=predict,
|
17 |
inputs=gr.Image(type="pil"),
|
18 |
outputs="text",
|
19 |
-
title="
|
20 |
description="Upload an image and get the model's text prediction."
|
21 |
)
|
22 |
|
|
|
16 |
fn=predict,
|
17 |
inputs=gr.Image(type="pil"),
|
18 |
outputs="text",
|
19 |
+
title="Homa image validation",
|
20 |
description="Upload an image and get the model's text prediction."
|
21 |
)
|
22 |
|