Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yakova
/
Rectifier
like
0
Runtime error
App
Files
Files
Community
949e3ac
Rectifier
/
App
/
Generate
/
Schema.py
Mbonea
generation update
d65b1bc
7 months ago
raw
Copy download link
history
blame
Safe
158 Bytes
from
typing
import
List
,
Optional
from
pydantic
import
BaseModel, HttpUrl
from
pydantic
import
validator
class
GeneratorRequest
(
BaseModel
):
prompt:
str