Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
lora-studio
like
453
Running
on
CPU Upgrade
App
Files
Files
Community
17
97ec6f2
lora-studio
/
src
/
lib
/
styles
/
tailwind.css
enzostvs
HF staff
initial commot
e71d24a
11 months ago
raw
Copy download link
history
blame
Safe
158 Bytes
@tailwind
base;
@tailwind
components;
@tailwind
utilities;
html
,
body
{
@apply
bg-black overflow-hidden h-screen;
font-family
:
"DM Sans"
,
"sans-serif"
;
}