Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mlnsio
/
videoChat
like
0
Sleeping
App
Files
Files
Community
690a126
videoChat
/
settings.py
ns-devel
Added openai and gemini for video QnA.
8677234
10 months 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"
)