Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
630a074
1
Parent(s):
a8e3ce8
improve instructions
Browse files
app.py
CHANGED
@@ -789,7 +789,9 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
|
|
789 |
gr.Markdown(
|
790 |
"""
|
791 |
### Let's Navigate!
|
792 |
-
**The model will predict the next few frames based on your camera movements. Repeat the process to
|
|
|
|
|
793 |
"""
|
794 |
)
|
795 |
with gr.Tab("Basic", elem_id="basic-controls-tab"):
|
|
|
789 |
gr.Markdown(
|
790 |
"""
|
791 |
### Let's Navigate!
|
792 |
+
- **The model will predict the next few frames based on your camera movements. Repeat the process to continue navigating through the scene.**
|
793 |
+
- **At the end of your navigation, apply temporal super-resolution to increase the FPS,** also utilizing the DFoT model.
|
794 |
+
- The most suitable history guidance scheme will be automatically selected based on your camera movements.
|
795 |
"""
|
796 |
)
|
797 |
with gr.Tab("Basic", elem_id="basic-controls-tab"):
|