Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
bla
/
tranny
like
1
Runtime error
App
Files
Files
Community
b712add
tranny
/
App
/
Transcription
/
Schemas.py
Mbonea
hello
252d749
over 1 year ago
raw
Copy download link
history
blame
195 Bytes
from
typing
import
List
,
Optional
from
pydantic
import
EmailStr, BaseModel
from
passlib.context
import
CryptContext
from
fastapi
import
UploadFile
class
UserDetails
(
BaseModel
):
userId:
str