AlexNijjar commited on
Commit
97c7952
1 Parent(s): 99eb8e3

Show last updated

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -251,6 +251,7 @@ def fetch_wandb_data():
251
  def refresh():
252
  fetch_wandb_data()
253
  demo.clear()
 
254
  with demo:
255
  gr.Image(
256
  "cover.png",
@@ -270,7 +271,7 @@ def refresh():
270
  </center>
271
  """)
272
 
273
- with gr.Accordion("Contest #1 Submission Leader: New Dream SDXL on NVIDIA RTX 4090s"):
274
  choices = list(runs.keys())
275
  dropdown = gr.Dropdown(
276
  choices,
 
251
  def refresh():
252
  fetch_wandb_data()
253
  demo.clear()
254
+ now = datetime.now(tz=ZoneInfo("America/New_York"))
255
  with demo:
256
  gr.Image(
257
  "cover.png",
 
271
  </center>
272
  """)
273
 
274
+ with gr.Accordion(f"Contest #1 Submission Leader: New Dream SDXL on NVIDIA RTX 4090s (Last updated: {now.strftime('%Y-%m-%d %I:%M:%S %p')} EST)"):
275
  choices = list(runs.keys())
276
  dropdown = gr.Dropdown(
277
  choices,