File size: 208 Bytes
338a932
479d694
338a932
 
3537429
338a932
 
3537429
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
import gradio as gr
import spaces
import transformers_gradio

demo = gr.load(
    name='HuggingFaceTB/SmolVLM-Instruct',
    src=transformers_gradio.registry,
)

demo.fn = spaces.GPU()(demo.fn)

demo.launch()