File size: 184 Bytes
8677234
 
 
 
1
2
3
4
5
from pathlib import Path
HF_API_URL = "https://api-inference.huggingface.co/models/openai/whisper-large-v2"
BASE_DIR = Path(__file__).parent
DATA_DIR = Path(BASE_DIR).joinpath("data")