Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
facebook
/
omniasr-transcriptions
like
216
Running
on
A100
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
ae238b3
omniasr-transcriptions
/
frontend
/
tailwind.config.js
jeanma
Omnilingual ASR transcription demo
ae238b3
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
166 Bytes
module
.
exports
= {
content
: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
,
],
theme
: {
extend
: {},
},
plugins
: [
require
(
"daisyui"
),
],
}