Spaces:
Runtime error
Runtime error
Update app.py
#4
by
Priyanka-Kumavat-At-TE
- opened
app.py
CHANGED
@@ -66,7 +66,7 @@ demo_app = gr.Interface(
|
|
66 |
fn=occ_predict,
|
67 |
inputs=inputs,
|
68 |
outputs= "text",
|
69 |
-
title = "Prediction of Occluded or not Occluded Image",
|
70 |
description = DESCRIPTION,
|
71 |
examples = EXAMPLES,
|
72 |
#cache_example = True,
|
|
|
66 |
fn=occ_predict,
|
67 |
inputs=inputs,
|
68 |
outputs= "text",
|
69 |
+
title = "Prediction of Occluded or not Occluded House Image",
|
70 |
description = DESCRIPTION,
|
71 |
examples = EXAMPLES,
|
72 |
#cache_example = True,
|