demo / hf_space /configs /responses.py
chansung's picture
Upload folder using huggingface_hub
4f5f090 verified
raw
history blame
83 Bytes
from pydantic import BaseModel
class SummaryResponses(BaseModel):
summary: str