Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -772,9 +772,10 @@ def create_app():
|
|
| 772 |
gr.Markdown("""
|
| 773 |
# 🌍 Waypoint 1 Small
|
| 774 |
|
| 775 |
-
Interactive frame-by-frame world generation on ZeroGPU
|
|
|
|
| 776 |
|
| 777 |
-
**Controls:** Click "Start Game" → WASD to move • Mouse to look • Press ESC to release controls
|
| 778 |
""")
|
| 779 |
|
| 780 |
with gr.Row(elem_classes=["main-row"]):
|
|
|
|
| 772 |
gr.Markdown("""
|
| 773 |
# 🌍 Waypoint 1 Small
|
| 774 |
|
| 775 |
+
Interactive frame-by-frame world generation. This model is running on ZeroGPU (H200), and works even better on Blackwell GPUs (B200, RTX 6000 Blackwell, RTX 5090s)
|
| 776 |
+
[[blog](https://huggingface.co/blog/waypoint-1)], [[model](https://huggingface.co/Overworld/Waypoint-1-Small)], [Overworld Streaming Client](https://www.overworld.stream)
|
| 777 |
|
| 778 |
+
**Controls:** Click "Start Game" → WASD to move • Mouse to look • Press ESC to release controls (or touch the controls on mobile)
|
| 779 |
""")
|
| 780 |
|
| 781 |
with gr.Row(elem_classes=["main-row"]):
|