Baptlem commited on
Commit
f451023
1 Parent(s): 89457b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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.
 
53
  """
54
 
55
  perfo_description = """
56
+ Our model has been benchmarked on a node of 8 A100 80Go GPUs, achieving an impressive 170 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.