MsRandom commited on
Commit
25306b9
1 Parent(s): a351ff9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def is_valid_run(run: Run):
45
  def main():
46
  demo = gr.Blocks(css=".typewriter {font-family: 'JMH Typewriter', sans-serif;}")
47
  with demo:
48
- with gr.Accordion("Contest #1 Submission Leaderboard"):
49
  runs: Runs = wandb_api.runs(
50
  WANDB_RUN_PATH,
51
  filters={"config.type": "validator", "config.uid": SOURCE_VALIDATOR_UID},
 
45
  def main():
46
  demo = gr.Blocks(css=".typewriter {font-family: 'JMH Typewriter', sans-serif;}")
47
  with demo:
48
+ with gr.Accordion("Contest #1 Submission Leader: New Dream SDXL on NVIDIA RTX 4090s"):
49
  runs: Runs = wandb_api.runs(
50
  WANDB_RUN_PATH,
51
  filters={"config.type": "validator", "config.uid": SOURCE_VALIDATOR_UID},