faneggg commited on
Commit
1c3d749
·
verified ·
1 Parent(s): 12d705c
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -340,9 +340,9 @@ with demo:
340
  * Processing time depends on image resolution (**recommended <1K**) and quantity (**recommended 2-6 views**)
341
  * For optimal performance, test on high-end GPUs (A100/4090)
342
  * Use the mouse to interact with 3D models:
343
- - Left button: Rotate
344
- - Scroll wheel: Zoom
345
- - Right button: Pan
346
  """)
347
 
348
  with gr.Row():
@@ -369,7 +369,7 @@ with demo:
369
  gr.Markdown(
370
  """
371
  <div class="model-description">
372
- &nbsp;&nbsp;Use the left mouse button to rotate, the scroll wheel to zoom, and the right mouse button to move.
373
  </div>
374
  """
375
  )
 
340
  * Processing time depends on image resolution (**recommended <1K**) and quantity (**recommended 2-6 views**)
341
  * For optimal performance, test on high-end GPUs (A100/4090)
342
  * Use the mouse to interact with 3D models:
343
+ - Left-click: Rotate
344
+ - Scroll: Zoom
345
+ - Right-click: Move
346
  """)
347
 
348
  with gr.Row():
 
369
  gr.Markdown(
370
  """
371
  <div class="model-description">
372
+ &nbsp;&nbsp;Left-click to rotate, Scroll to zoom, and Right-click to move.
373
  </div>
374
  """
375
  )