soiz1's picture
Upload 109 files
9aaf513 verified
raw
history blame contribute delete
226 Bytes
from pydantic import BaseModel, Field
class BGMSeparationResult(BaseModel):
instrumental_hash: str = Field(..., description="Instrumental file hash")
vocal_hash: str = Field(..., description="Vocal file hash")