Spaces:
Running
Running
File size: 78 Bytes
22379c6 |
1 2 3 4 5 6 7 |
from pydantic import BaseModel
class OcrResponse(BaseModel):
text: str
|