Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tree3po
/
HuggingFaceTB-SmolLM2-1.7B-Instruct
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
42d75d1
HuggingFaceTB-SmolLM2-1.7B-Instruct
/
app.py
tree3po
Update app.py
42d75d1
verified
9 months ago
raw
Copy download link
history
blame
Safe
103 Bytes
import
gradio
as
gr
this = gr.load(
"models/HuggingFaceTB/SmolLM2-1.7B-Instruct"
)
this.queue().launch()