Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ demo = gr.Interface(
|
|
147 |
outputs=["html"],
|
148 |
examples=["westminster.las"],
|
149 |
cache_examples=False,
|
150 |
-
theme='
|
151 |
description="""
|
152 |
<center><img src="https://huggingface.co/spaces/trimble/trimble_ai_theme/resolve/main/images/logo.png" alt="Trimble AI Logo" class="center"></center><BR>
|
153 |
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.
|
|
|
147 |
outputs=["html"],
|
148 |
examples=["westminster.las"],
|
149 |
cache_examples=False,
|
150 |
+
theme='trimble/trimble_ai_theme',
|
151 |
description="""
|
152 |
<center><img src="https://huggingface.co/spaces/trimble/trimble_ai_theme/resolve/main/images/logo.png" alt="Trimble AI Logo" class="center"></center><BR>
|
153 |
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.
|