Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ Prompt used for every video: "A robotic arm with a gripper and a small cube on a
|
|
53 |
"""
|
54 |
|
55 |
perfo_description = """
|
56 |
-
Our model has been benchmarked on a node of
|
57 |
|
58 |
To make the benchmark, we loaded one of our model on every GPUs of the node. We then retrieve an episode of our simulation.
|
59 |
For every frame of the episode, we preprocess the image (resize, canny, …) and process the Canny image on the GPUs.
|
|
|
53 |
"""
|
54 |
|
55 |
perfo_description = """
|
56 |
+
Our model has been benchmarked on a node of 8 A100 80Go GPUs, achieving an impressive 150 FPS image generation rate!
|
57 |
|
58 |
To make the benchmark, we loaded one of our model on every GPUs of the node. We then retrieve an episode of our simulation.
|
59 |
For every frame of the episode, we preprocess the image (resize, canny, …) and process the Canny image on the GPUs.
|