Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
webml-community
/
conversational-webgpu
like
124
Running
App
Files
Files
Community
3
0570aa9
conversational-webgpu
/
src
/
index.css
Xenova
HF Staff
Upload 13 files
e9129d0
verified
4 days ago
raw
Copy download link
history
blame
Safe
154 Bytes
@import
"tailwindcss"
;
@keyframes
ripple {
from
{
transform
:
scale
(
1
);
opacity
:
0.7
;
}
to
{
transform
:
scale
(
2
);
opacity
:
0
;
}
}