Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ByteRiot
/
CandidateExplorer
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CandidateExplorer
/
externals
/
databases
/
schemas
/
knowledge.py
ishaq101
clean init
478dec6
18 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
from
pydantic
import
BaseModel
from
typing
import
Any
class
ResponseGetProfile
(
BaseModel
):
status:
str
message:
str
data:
Any