Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,6 +91,7 @@ demo = gr.Interface(
|
|
| 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(),
|
| 96 |
concurrency_limit=16
|
|
|
|
| 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 |
+
examples='data',
|
| 95 |
cache_examples=False,
|
| 96 |
theme=gr.themes.Base(),
|
| 97 |
concurrency_limit=16
|