Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def occ_predict(img_content):
|
|
56 |
inputs = gr.inputs.Image(type = 'filepath')
|
57 |
#label = gr.outputs.Label(num_top_classes=2)
|
58 |
EXAMPLES = ["img1.png","img2.png","img3.png","img10.png","img8.png","img9.png"]
|
59 |
-
DESCRIPTION = "Occlusion means the act of closing, blocking or shutting
|
60 |
|
61 |
|
62 |
demo_app = gr.Interface(
|
|
|
56 |
inputs = gr.inputs.Image(type = 'filepath')
|
57 |
#label = gr.outputs.Label(num_top_classes=2)
|
58 |
EXAMPLES = ["img1.png","img2.png","img3.png","img10.png","img8.png","img9.png"]
|
59 |
+
DESCRIPTION = "Occlusion means the act of closing, blocking or shutting something or the state of being closed or blocked"
|
60 |
|
61 |
|
62 |
demo_app = gr.Interface(
|