Update app.py
Browse files
app.py
CHANGED
|
@@ -240,6 +240,8 @@ def create_demo(process, max_images=12, default_num_images=4):
|
|
| 240 |
with gr.Row():
|
| 241 |
gr.Markdown(description)
|
| 242 |
|
|
|
|
|
|
|
| 243 |
gr.Video("./trajectory_hf/trajectory.avi",
|
| 244 |
format="avi",
|
| 245 |
interactive=False)
|
|
|
|
| 240 |
with gr.Row():
|
| 241 |
gr.Markdown(description)
|
| 242 |
|
| 243 |
+
with gr.Row():
|
| 244 |
+
gr.Markdown("We generated a trajectory of our simulated environment. We will then use it with our different models.")
|
| 245 |
gr.Video("./trajectory_hf/trajectory.avi",
|
| 246 |
format="avi",
|
| 247 |
interactive=False)
|