Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aqs-shispare
/
transcript-api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
transcript-api
/
app
/
agents
/
schemas.py
Hamzaaly234
feat/setup
21b2f8c
16 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
from
pydantic
import
BaseModel
class
TranscriptionOutput
(
BaseModel
):
text:
str
language:
str