Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mlnsio
/
videoChat
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
85d0c9c
videoChat
/
settings.py
ns-devel
Added openai and gemini for video QnA.
8677234
over 1 year ago
raw
Copy download link
history
blame
Safe
184 Bytes
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"
)