rbanfield commited on
Commit
e1f42f5
·
1 Parent(s): cb5724b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ demo = gr.Interface(
146
  fn=predict,
147
  inputs=gr.File(file_types=[".las"], file_count="single"),
148
  outputs=["html"],
149
- examples=["test.las"],
150
  cache_examples=False,
151
  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.",
152
  )
 
146
  fn=predict,
147
  inputs=gr.File(file_types=[".las"], file_count="single"),
148
  outputs=["html"],
149
+ examples=["westminster.las"],
150
  cache_examples=False,
151
  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.",
152
  )