rbanfield commited on
Commit
4e25f84
·
1 Parent(s): feeff32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -147,7 +147,9 @@ demo = gr.Interface(
147
  outputs=["html"],
148
  examples=["westminster.las"],
149
  cache_examples=False,
150
- description="<img src=\"file/Trimble_AI_Logo_Blue.png\" alt="Trimble AI Logo" class="center"><BR>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.",
151
- ).queue(concurrency_count=512, max_size=512)
 
 
152
 
153
  demo.launch()
 
147
  outputs=["html"],
148
  examples=["westminster.las"],
149
  cache_examples=False,
150
+ description="""
151
+ <img src="file/Trimble_AI_Logo_Blue.png" alt="Trimble AI Logo" class="center"><BR>
152
+ 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.",
153
+ """).queue(concurrency_count=512, max_size=512)
154
 
155
  demo.launch()