faneggg commited on
Commit
ebdc008
·
1 Parent(s): a3c6fb1

update local demo

Browse files
Files changed (1) hide show
  1. app.py +10 -3
app.py CHANGED
@@ -370,6 +370,13 @@ with demo:
370
  label="Feature Visualization",
371
  type="filepath"
372
  )
 
 
 
 
 
 
 
373
 
374
  with gr.Row(variant='panel'):
375
  with gr.Tab("Step 2: Readout 3DGS from features & Jointly optimize pose"):
@@ -382,13 +389,13 @@ with demo:
382
  interactive=False,
383
  # camera_position=[0.5, 0.5, 1],
384
  )
385
- gr.Markdown(
386
  """
387
  <div class="model-description">
388
- &nbsp;&nbsp;Use the left mouse button to rotate, the scroll wheel to zoom, and the right mouse button to move.
389
  </div>
390
  """
391
- )
392
 
393
  with gr.Row(variant='panel'):
394
  with gr.Tab("Step 3: Render video with camera trajectory"):
 
370
  label="Feature Visualization",
371
  type="filepath"
372
  )
373
+ gr.HTML(
374
+ """
375
+ <div class="model-description">
376
+ &nbsp;&nbsp;Use the left mouse button to rotate, the scroll wheel to zoom, and the right mouse button to move.
377
+ </div>
378
+ """
379
+ )
380
 
381
  with gr.Row(variant='panel'):
382
  with gr.Tab("Step 2: Readout 3DGS from features & Jointly optimize pose"):
 
389
  interactive=False,
390
  # camera_position=[0.5, 0.5, 1],
391
  )
392
+ gr.HTML(
393
  """
394
  <div class="model-description">
395
+ &nbsp;&nbsp;Failed to visualize or got a GPU runtime error? <a href="https://github.com/fanegg/Feat2GS" target="_blank">Run the demo on your local computer!</a>
396
  </div>
397
  """
398
+ )
399
 
400
  with gr.Row(variant='panel'):
401
  with gr.Tab("Step 3: Render video with camera trajectory"):