Spaces:
Runtime error
Runtime error
Commit
·
77a1cda
1
Parent(s):
74ce6d9
Disable caching
Browse files
app.py
CHANGED
@@ -150,6 +150,7 @@ demo = gr.Interface(
|
|
150 |
inputs=gr.File(file_types=[".las"], file_count="single"),
|
151 |
outputs=[gr.Textbox(), "html"],
|
152 |
examples=["test.las"],
|
|
|
153 |
description="This is a technology demonstration of Trimble AI's 3D Point Cloud Segmentation running on Trimble Cloud Core's Pegasus Processing Framework. The point cloud is uploaded on behalf of the user into Pegasus, then the result is offered as a downloadable link.",
|
154 |
)
|
155 |
|
|
|
150 |
inputs=gr.File(file_types=[".las"], file_count="single"),
|
151 |
outputs=[gr.Textbox(), "html"],
|
152 |
examples=["test.las"],
|
153 |
+
cache_examples=False,
|
154 |
description="This is a technology demonstration of Trimble AI's 3D Point Cloud Segmentation running on Trimble Cloud Core's Pegasus Processing Framework. The point cloud is uploaded on behalf of the user into Pegasus, then the result is offered as a downloadable link.",
|
155 |
)
|
156 |
|