Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tebakaja
/
tebakaja_cryptocurrency_space-1
like
2
Running
App
Files
Files
Community
beb4fc3
tebakaja_cryptocurrency_space-1
/
restful
/
schemas.py
tebakaja
feat: crafting utilities
d7df8d0
4 months ago
raw
Copy download link
history
blame
119 Bytes
from
pydantic
import
BaseModel
class
ForecastingServiceSchema
(
BaseModel
) :
days:
int
currency:
str
algorithm:
str