Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jurgendn
/
table-extraction
like
19
Running
App
Files
Files
Community
2
72d06f9
table-extraction
/
config.py
jurgendn
[Demo Gradio] Add to Huggingface Space
4c41a36
over 1 year ago
raw
Copy download link
history
blame
Safe
111 Bytes
from
dynaconf
import
Dynaconf
CFG = Dynaconf(envvar_prefix=
"DYNACONF"
, settings_files=[
"config/config.yaml"
])