rishitdagli commited on
Commit
3612a33
·
1 Parent(s): b787e4e

update description

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -373,13 +373,15 @@ title_md = """
373
  """
374
 
375
  description_md = """
376
- Upload a Gaussian Splat (.ply) or Mesh (.obj, .glb, .stl, .gltf) to predict volumetric mechanical properties (Young's modulus, Poisson's ratio, density) for realistic physics simulation.
377
 
378
  ### Tips for Best Results
379
 
380
  - Make sure the input asset has textures
381
  - Make sure the input asset is oriented y-up for best results
382
- - Download the `.npz` artifact to inspect the full-resolution outputs with the viewer we provide in the code release.
 
 
383
  """
384
 
385
 
 
373
  """
374
 
375
  description_md = """
376
+ Upload a Gaussian Splat (.ply) to predict volumetric mechanical properties (Young's modulus, Poisson's ratio, density) for realistic physics simulation.
377
 
378
  ### Tips for Best Results
379
 
380
  - Make sure the input asset has textures
381
  - Make sure the input asset is oriented y-up for best results
382
+ - Download the `.npz` artifact to inspect the full-resolution outputs with the viewer we provide in the code release
383
+ - The demo is not representative of the time taken to run inference, please run our codebase for significantlybetter performance
384
+ - We support other representations in our codebase, inlcudig arbitrary custom representations
385
  """
386
 
387