akhaliq HF staff commited on
Commit
21460e2
·
verified ·
1 Parent(s): 5a1c845

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import gradio as gr
2
+ import sambanova_gradio
3
+
4
+
5
+ gr.load("Llama-3.2-11B-Vision-Instruct", src=sambanova_gradio.registry, accept_token=True, multimodal = True).launch()