Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,11 @@ We also have access to nodes composed of 8 A100 80Go GPUs. The benchmark on one
|
|
44 |
|
45 |
"""
|
46 |
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
def create_key(seed=0):
|
@@ -253,7 +256,7 @@ def create_demo(process, max_images=12, default_num_images=4):
|
|
253 |
|
254 |
with gr.Row():
|
255 |
with gr.Column():
|
256 |
-
gr.Markdown(
|
257 |
with gr.Column():
|
258 |
gr.Video("./trajectory_hf/trajectory.avi",
|
259 |
format="avi",
|
|
|
44 |
|
45 |
"""
|
46 |
|
47 |
+
traj_description = """
|
48 |
+
We generated a trajectory of our simulated environment. We will then use it with our different models.
|
49 |
+
We made these videos on our Titan RTX node.
|
50 |
+
The prompt we use for every video is "A robotic arm with a gripper and a small cube on a table, super realistic, industrial background"
|
51 |
+
"""
|
52 |
|
53 |
|
54 |
def create_key(seed=0):
|
|
|
256 |
|
257 |
with gr.Row():
|
258 |
with gr.Column():
|
259 |
+
gr.Markdown()
|
260 |
with gr.Column():
|
261 |
gr.Video("./trajectory_hf/trajectory.avi",
|
262 |
format="avi",
|