Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ales
/
ai-audio-books
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
f09b15f
ai-audio-books
/
src
/
config.py
navalnica
add logging and .env.template
5dec512
6 months ago
raw
Copy download link
history
blame
184 Bytes
import
logging
logging.basicConfig(
level=logging.INFO,
format
=
"%(asctime)s [%(levelname)s] %(name)s (%(filename)s): %(message)s"
,
)
logger = logging.getLogger(
"audio-books"
)