Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HuggingFaceTB
/
SmolLM2-1.7B-Instruct-WebGPU
like
36
Running
App
Files
Files
Community
3
f500247
SmolLM2-1.7B-Instruct-WebGPU
/
tailwind.config.js
Xenova
HF Staff
Upload source code (
#3
)
f500247
verified
17 days ago
raw
Copy download link
history
blame
Safe
170 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
],
theme
: {
extend
: {},
},
plugins
: [],
};