Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,8 @@ with gr.Blocks(fill_height=True) as demo:
|
|
30 |
gr.load(
|
31 |
name='Meta-Llama-3.1-405B-Instruct',
|
32 |
src=sambanova_gradio.registry,
|
33 |
-
accept_token=True
|
|
|
34 |
)
|
35 |
with gr.Tab("Grok"):
|
36 |
gr.load(
|
|
|
30 |
gr.load(
|
31 |
name='Meta-Llama-3.1-405B-Instruct',
|
32 |
src=sambanova_gradio.registry,
|
33 |
+
accept_token=True,
|
34 |
+
multimodal = True
|
35 |
)
|
36 |
with gr.Tab("Grok"):
|
37 |
gr.load(
|