Spaces:
Runtime error
Runtime error
michaelwja
commited on
Commit
•
a81336d
1
Parent(s):
ba3743e
Update app.py
Browse files
app.py
CHANGED
@@ -89,10 +89,6 @@ demo = gr.Interface(
|
|
89 |
gr.Image(label="Vegetation"),
|
90 |
gr.DataFrame(label="Info", headers=["Object Label", "Pixel Percent", "Square Length"])
|
91 |
],
|
92 |
-
|
93 |
-
examples=example_images,
|
94 |
-
cache_examples=True,
|
95 |
-
|
96 |
allow_flagging="never",
|
97 |
analytics_enabled=None
|
98 |
)
|
|
|
89 |
gr.Image(label="Vegetation"),
|
90 |
gr.DataFrame(label="Info", headers=["Object Label", "Pixel Percent", "Square Length"])
|
91 |
],
|
|
|
|
|
|
|
|
|
92 |
allow_flagging="never",
|
93 |
analytics_enabled=None
|
94 |
)
|