Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ demo = gr.Interface(
|
|
| 89 |
fn=predict,
|
| 90 |
inputs=gr.Image(type="filepath", label="Upload your image"),
|
| 91 |
outputs=gr.Text(label="Verdict"),
|
| 92 |
-
title="
|
| 93 |
description="This web API presents an interface to review LBW decisions using image input.",
|
| 94 |
cache_examples=False,
|
| 95 |
theme=gr.themes.Base(),
|
|
|
|
| 89 |
fn=predict,
|
| 90 |
inputs=gr.Image(type="filepath", label="Upload your image"),
|
| 91 |
outputs=gr.Text(label="Verdict"),
|
| 92 |
+
title="DRS for LBW Decisions",
|
| 93 |
description="This web API presents an interface to review LBW decisions using image input.",
|
| 94 |
cache_examples=False,
|
| 95 |
theme=gr.themes.Base(),
|