Baptlem commited on
Commit
717bd90
1 Parent(s): a77d97b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -52,10 +52,9 @@ Prompt used for every video: "A robotic arm with a gripper and a small cube on a
52
 
53
  """
54
 
55
-
56
  perfo_description = """
57
  Our model has been benchmarked on a node of 4 Titan RTX 24Go GPUs, achieving an impressive 13 FPS image generation rate!
58
- The Table on the right shows the performances of our models running on different nodes.
59
  To make the benchmark, we loaded one of our model on every GPUs of the node. We then retrieve an episode of our simulation.
60
  For every frame of the episode, we preprocess the image (resize, canny, …) and process the Canny image on the GPUs.
61
  We repeated this procedure for different Batch Size (BS).
 
52
 
53
  """
54
 
 
55
  perfo_description = """
56
  Our model has been benchmarked on a node of 4 Titan RTX 24Go GPUs, achieving an impressive 13 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.
60
  We repeated this procedure for different Batch Size (BS).