Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
lora-studio
like
454
Running
on
CPU Upgrade
App
Files
Files
Community
17
0d2d95b
lora-studio
/
src
/
lib
/
prisma.ts
enzostvs
HF staff
refacto models API, now connected to hugging face api + wip submit model through lora studio
17aecfb
11 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
import
{
PrismaClient
}
from
'@prisma/client'
const
prisma =
new
PrismaClient
()
export
default
prisma