hengli commited on
Commit
6b03b8b
·
1 Parent(s): 424fc2a

update hf link

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -513,7 +513,12 @@ with gr.Blocks(
513
  </li>
514
  </ol>
515
  <p><strong style="color: #0ea5e9;">Please note:</strong> <span style="color: #0ea5e9; font-weight: bold;">SAIL-Recon typically reconstructs a scene at 5FPS with full 3D attributes. However, visualizing 3D points may take tens of seconds due to third-party rendering, which is independent of SAIL-Recon's processing time. Using the 'demo.py' can provide much faster processing.</span></p>
 
 
 
516
  </div>
 
 
517
  """
518
  )
519
 
 
513
  </li>
514
  </ol>
515
  <p><strong style="color: #0ea5e9;">Please note:</strong> <span style="color: #0ea5e9; font-weight: bold;">SAIL-Recon typically reconstructs a scene at 5FPS with full 3D attributes. However, visualizing 3D points may take tens of seconds due to third-party rendering, which is independent of SAIL-Recon's processing time. Using the 'demo.py' can provide much faster processing.</span></p>
516
+
517
+ <h3><strong style="color: #0ea5e9;">NOTE:</strong> <span style="color: #0ea5e9; font-weight: bold;">due to the limitation of zerogpu provided by Huggingface, this web application can only process 50-200 images depending on the dynamic GPU resources. Please run `demo_gradio.py` LOCALLY if you want to process the video input.</span></h3>
518
+
519
  </div>
520
+
521
+
522
  """
523
  )
524