Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
SmolVLM-Instruct
like
9
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akhaliq
HF staff
commited on
Nov 30, 2024
Commit
338a932
·
verified
·
1 Parent(s):
acc9baa
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -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()