Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
terapyon
/
podcast-search
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1ce86c7
podcast-search
/
src
/
config.py
terapyon
Create tables
ef781c2
about 2 months ago
raw
Copy download link
history
blame
144 Bytes
from
pathlib
import
Path
# import logging
HERE = Path(__file__).resolve().parent
DUCKDB_FILE = HERE.parent /
"db"
/
"terapyon-podcast.duckdb"