davidberenstein1957 commited on
Commit
37936f0
·
1 Parent(s): 4ad06bd

Update app.py to rename the leaderboard tab from "InfraBench Leaderboard" to "FLUX.1 [dev] Leaderboard" for improved clarity and alignment with project branding.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ with gr.Blocks("ParityError/Interstellar") as demo:
26
  """
27
  )
28
  with gr.Tabs():
29
- with gr.TabItem("InfraBench Leaderboard"):
30
  median_inference_time_min = math.floor(float(df["Median Inference Time (in s)"].min()))
31
  median_inference_time_max = math.ceil(float(df["Median Inference Time (in s)"].max()))
32
  price_per_image_min = math.floor(float(df["Price per Image"].min()))
 
26
  """
27
  )
28
  with gr.Tabs():
29
+ with gr.TabItem("FLUX.1 [dev] Leaderboard"):
30
  median_inference_time_min = math.floor(float(df["Median Inference Time (in s)"].min()))
31
  median_inference_time_max = math.ceil(float(df["Median Inference Time (in s)"].max()))
32
  price_per_image_min = math.floor(float(df["Price per Image"].min()))