Improve technical description text
Browse files- README.md +1 -1
- static/index.html +2 -2
README.md
CHANGED
|
@@ -31,7 +31,7 @@ A real-time Pong game where frames are generated by a diffusion model trained wi
|
|
| 31 |
|
| 32 |
## Technical Details
|
| 33 |
|
| 34 |
-
This demo uses a small transformer model trained with rectified flow matching to simulate Pong game frames conditioned on user inputs. The model generates 24×24 pixel frames in real-time using diffusion sampling with configurable steps.
|
| 35 |
|
| 36 |
## Model Architecture
|
| 37 |
|
|
|
|
| 31 |
|
| 32 |
## Technical Details
|
| 33 |
|
| 34 |
+
This demo uses a small transformer model trained with rectified flow matching to simulate Pong game frames conditioned on user inputs. The model generates 24×24 pixel frames in real-time using diffusion sampling with configurable steps. Performance targets ~12 FPS with 4 diffusion steps on GPU hardware.
|
| 35 |
|
| 36 |
## Model Architecture
|
| 37 |
|
static/index.html
CHANGED
|
@@ -59,8 +59,8 @@
|
|
| 59 |
<div id="waitingMessage" style="margin-top: 12px; padding: 8px; background: #333; border-radius: 4px; display: none; color: #ffa500;">
|
| 60 |
⏳ Another player is currently using the stream. Please wait for them to finish.
|
| 61 |
</div>
|
| 62 |
-
<div>
|
| 63 |
-
This
|
| 64 |
</div>
|
| 65 |
</div>
|
| 66 |
|
|
|
|
| 59 |
<div id="waitingMessage" style="margin-top: 12px; padding: 8px; background: #333; border-radius: 4px; display: none; color: #ffa500;">
|
| 60 |
⏳ Another player is currently using the stream. Please wait for them to finish.
|
| 61 |
</div>
|
| 62 |
+
<div style="margin-top: 12px; font-size: 14px; color: #aaa; line-height: 1.5;">
|
| 63 |
+
This demo uses a small transformer model trained with rectified flow matching to simulate Pong game frames conditioned on user inputs. The model generates 24×24 pixel frames in real-time using diffusion sampling with configurable steps. Performance targets ~12 FPS with 4 diffusion steps on GPU hardware.
|
| 64 |
</div>
|
| 65 |
</div>
|
| 66 |
|