akhaliq HF staff commited on
Commit
ca6e398
1 Parent(s): 9e1329b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,9 +26,9 @@ with gr.Blocks(fill_height=True) as demo:
26
  src=anthropic_gradio.registry,
27
  accept_token=True
28
  )
29
- with gr.Tab("Meta Llama 405B"):
30
  gr.load(
31
- name='Meta-Llama-3.1-405B-Instruct',
32
  src=sambanova_gradio.registry,
33
  accept_token=True,
34
  multimodal = True
 
26
  src=anthropic_gradio.registry,
27
  accept_token=True
28
  )
29
+ with gr.Tab("Meta Llama-3.2-90B-Vision-Instruct"):
30
  gr.load(
31
+ name='Llama-3.2-90B-Vision-Instruct',
32
  src=sambanova_gradio.registry,
33
  accept_token=True,
34
  multimodal = True