Spaces:
Runtime error
Runtime error
Priyanka-Kumavat-At-TE
commited on
Commit
•
30fc8ed
1
Parent(s):
d459273
Update app.py
Browse files
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,
|