Spaces:
Running
on
Zero
Running
on
Zero
add text
Browse files
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
|
344 |
-
- Scroll
|
345 |
-
- Right
|
346 |
""")
|
347 |
|
348 |
with gr.Row():
|
@@ -369,7 +369,7 @@ with demo:
|
|
369 |
gr.Markdown(
|
370 |
"""
|
371 |
<div class="model-description">
|
372 |
-
|
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 |
+
Left-click to rotate, Scroll to zoom, and Right-click to move.
|
373 |
</div>
|
374 |
"""
|
375 |
)
|