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