Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chaszs
/
BSC-LT-salamandra-2b-instruct
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
48e27cd
BSC-LT-salamandra-2b-instruct
/
app.py
chaszs
initial commit
48e27cd
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
111 Bytes
import
gradio
as
gr
gr.load(
"models/BSC-LT/salamandra-2b-instruct"
,
provider=
"hf-inference"
,
).launch()