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
refs/pr/3
SmolLM2-1.7B-Instruct-WebGPU
/
tailwind.config.js
Xenova
HF Staff
Upload source code
5199a7f
verified
10 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
: [],
};