Update app.py
Browse files
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
|
30 |
gr.load(
|
31 |
-
name='
|
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
|