Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ demo_app = gr.Interface(
|
|
| 62 |
fn=occ_predict,
|
| 63 |
inputs=inputs,
|
| 64 |
outputs= "text",
|
| 65 |
-
title = "Prediction of
|
| 66 |
examples = EXAMPLES,
|
| 67 |
cache_example = True,
|
| 68 |
live = True,
|
|
|
|
| 62 |
fn=occ_predict,
|
| 63 |
inputs=inputs,
|
| 64 |
outputs= "text",
|
| 65 |
+
title = "Prediction of Occluded or not Occluded Image",
|
| 66 |
examples = EXAMPLES,
|
| 67 |
cache_example = True,
|
| 68 |
live = True,
|