Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vahe
/
test_background_remover
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
637a0e7
test_background_remover
/
config.py
Vahe
initial app files added
535107d
about 1 year ago
raw
Copy download link
history
blame
Safe
147 Bytes
import
json
with
open
(
'/etc/config.json'
)
as
config_file:
config = json.load(config_file)
class
Config
:
SECRET_KEY = config.get(
'SECRET_KEY'
)