akhaliq HF staff commited on
Commit
338a932
·
verified ·
1 Parent(s): acc9baa

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ import transformers_gradio
3
+
4
+ gr.load(
5
+ name='HuggingFaceTB/SmolVLM-Instruct',
6
+ src=transformers_gradio.registry,
7
+ ).launch()