richardblythman's picture
Upload folder using huggingface_hub
a805bcd verified
raw
history blame contribute delete
78 Bytes
from pydantic import BaseModel
class InputSchema(BaseModel):
prompt: str