Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
HuggingFaceTB
/
SmolLM2-1.7B-Instruct-WebGPU
Like
45
Configuration error
App
Files
Files
Community
4
refs/pr/3
SmolLM2-1.7B-Instruct-WebGPU
/
tailwind.config.js
Xenova
HF Staff
Upload source code
5199a7f
verified
about 1 year ago
Raw
Download with hf CLI
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
: [],
};