Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ demo_app = gr.Interface(
|
|
63 |
inputs=inputs,
|
64 |
outputs= "text",
|
65 |
title = "Prediction of Occluded or not Occluded Image",
|
66 |
-
gr.markdown("""
|
67 |
#An Occlusion occurs when something has been up or blocked off
|
68 |
#"""),
|
69 |
examples = EXAMPLES,
|
|
|
63 |
inputs=inputs,
|
64 |
outputs= "text",
|
65 |
title = "Prediction of Occluded or not Occluded Image",
|
66 |
+
#gr.markdown("""
|
67 |
#An Occlusion occurs when something has been up or blocked off
|
68 |
#"""),
|
69 |
examples = EXAMPLES,
|