kaikaidai commited on
Commit
a538206
·
verified ·
1 Parent(s): 9805ef5

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,7 +24,8 @@ def run_sandbox():
24
  }
25
  """) as demo:
26
  gr.Markdown("# Selene Playground")
27
- gr.Markdown("Try running evals with Selene and Selene-Mini in this playground! The Selene-Mini model card can be found [here](https://huggingface.co/AtlaAI/Selene-1-Mini-Llama-3.1-8B)")
 
28
  with gr.Tabs():
29
  # Random samples tab
30
  random_sample_tab()
 
24
  }
25
  """) as demo:
26
  gr.Markdown("# Selene Playground")
27
+ gr.Markdown("""Run evals with Selene and Selene-Mini in this interactive playground!
28
+ <br>Check out Selene-Mini's [model card](https://huggingface.co/AtlaAI/Selene-1-Mini-Llama-3.1-8B) or get started with the Selene API for free [here](https://www.atla-ai.com/sign-up?utm_source=huggingface&utm_medium=org_social&utm_campaign=SU_HF_atla_demo_sel1launch_).""")
29
  with gr.Tabs():
30
  # Random samples tab
31
  random_sample_tab()