RoyYang0714 commited on
Commit
8f091f1
Β·
1 Parent(s): 1cf7d45

feat: Fix the description.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -175,8 +175,8 @@ with demo:
175
  <h1>3D-MOOD: Lifting 2D to 3D for Monocular Open-Set Object Detection</h1>
176
  <p><a href="https://github.com/cvg/3D-MOOD">🌟 GitHub Repository</a> | <a href="https://royyang0714.github.io/3D-MOOD">πŸš€ Project Page</a></p>
177
  <div style="font-size: 16px; line-height: 1.5;">
178
- <p>Upload one image, camera intrinsics and text prompts to run 3D object detection in the wild!</p>
179
- <p><strong>PLEASE NOTE: </strong>We are using ZeroGPU thanks to HuggingFace community Grant. However, while running on HuggingFace Space's, it will take extra time to load the model for each inference. For faster visualization, use a local machine to run our demo from our GitHub repository.</p>
180
  </div>
181
  """
182
  )
 
175
  <h1>3D-MOOD: Lifting 2D to 3D for Monocular Open-Set Object Detection</h1>
176
  <p><a href="https://github.com/cvg/3D-MOOD">🌟 GitHub Repository</a> | <a href="https://royyang0714.github.io/3D-MOOD">πŸš€ Project Page</a></p>
177
  <div style="font-size: 16px; line-height: 1.5;">
178
+ <p>Upload one image, camera parameters and language prompts to run the 3D object detection in the wild!</p>
179
+ <p><strong>PLEASE NOTE: </strong>We are using ZeroGPU thanks to HuggingFace community Grant. However, while running on HuggingFace Space, it will take extra time to load the model for each inference. For faster visualization, please consider using a local machine to run our demo from our GitHub repository.</p>
180
  </div>
181
  """
182
  )