Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,8 +66,8 @@ demo_app = gr.Interface(
|
|
| 66 |
title = "Prediction of Occluded or not Occluded Image",
|
| 67 |
description = DESCRIPTION,
|
| 68 |
examples = EXAMPLES,
|
| 69 |
-
cache_example = True,
|
| 70 |
-
live = True,
|
| 71 |
theme = 'huggingface'
|
| 72 |
)
|
| 73 |
-
demo_app.launch(
|
|
|
|
| 66 |
title = "Prediction of Occluded or not Occluded Image",
|
| 67 |
description = DESCRIPTION,
|
| 68 |
examples = EXAMPLES,
|
| 69 |
+
#cache_example = True,
|
| 70 |
+
#live = True,
|
| 71 |
theme = 'huggingface'
|
| 72 |
)
|
| 73 |
+
demo_app.launch()
|