Spaces:
Running
on
Zero
Running
on
Zero
modify html
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ if __name__ == "__main__":
|
|
135 |
['results/dolly_zoom/source.mp4','A firefighter standing in front of a burning forest captured with a dolly zoom.','camera','dolly_zoom/checkpoint'],
|
136 |
['results/orbit_shot/source.mp4','A micro graden with orbit shot','camera','orbit_shot/checkpoint'],
|
137 |
|
138 |
-
|
139 |
['results/santa_dance/source.mp4','A skeleton in suit is dancing with his hands','object','santa_dance/checkpoint'],
|
140 |
['results/car_turn/source.mp4','A toy train chugs around a roundabout tree','object','car_turn/checkpoint'],
|
141 |
['results/train_ride/source.mp4','A motorbike driving in a forest','object','train_ride/checkpoint'],
|
@@ -200,6 +200,9 @@ if __name__ == "__main__":
|
|
200 |
<a title="Github" href="https://github.com/EnVision-Research/MotionInversion" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
201 |
<img src="https://img.shields.io/github/stars/EnVision-Research/MotionInversion?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
202 |
</a>
|
|
|
|
|
|
|
203 |
"""
|
204 |
)
|
205 |
|
|
|
135 |
['results/dolly_zoom/source.mp4','A firefighter standing in front of a burning forest captured with a dolly zoom.','camera','dolly_zoom/checkpoint'],
|
136 |
['results/orbit_shot/source.mp4','A micro graden with orbit shot','camera','orbit_shot/checkpoint'],
|
137 |
|
138 |
+
['results/walk/source.mp4', 'A elephant walking in desert', 'object', 'walk/checkpoint'],
|
139 |
['results/santa_dance/source.mp4','A skeleton in suit is dancing with his hands','object','santa_dance/checkpoint'],
|
140 |
['results/car_turn/source.mp4','A toy train chugs around a roundabout tree','object','car_turn/checkpoint'],
|
141 |
['results/train_ride/source.mp4','A motorbike driving in a forest','object','train_ride/checkpoint'],
|
|
|
200 |
<a title="Github" href="https://github.com/EnVision-Research/MotionInversion" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
201 |
<img src="https://img.shields.io/github/stars/EnVision-Research/MotionInversion?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
202 |
</a>
|
203 |
+
<br>
|
204 |
+
<strong>Please consider starring <span style="color: orange">★</span> the <a href="https://github.com/EnVision-Research/MotionInversion" target="_blank" rel="noopener noreferrer">GitHub Repo</a> if you find this useful!</strong>
|
205 |
+
</p>
|
206 |
"""
|
207 |
)
|
208 |
|