akhaliq HF staff commited on
Commit
60c3a44
1 Parent(s): 5ea344f

update name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ from app_allenai import demo as demo_allenai
22
  with gr.Blocks(fill_height=True) as demo:
23
  with gr.Tab("Experimental"):
24
  demo_experimental.render()
25
- with gr.Tab("AllenAI"):
26
  demo_allenai.render()
27
  with gr.Tab("Meta Llama"):
28
  demo_sambanova.render()
 
22
  with gr.Blocks(fill_height=True) as demo:
23
  with gr.Tab("Experimental"):
24
  demo_experimental.render()
25
+ with gr.Tab("AllenAI/Llama-3.1-Tulu-3-8B"):
26
  demo_allenai.render()
27
  with gr.Tab("Meta Llama"):
28
  demo_sambanova.render()