Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imseldrith
/
tts-openai
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
tts-openai
/
src
/
utilities.py
imseldrith
Upload folder using huggingface_hub (
#1
)
2f07364
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
100 Bytes
import
os
def
get_env_var
(
var_name=
str
, default=
''
):
return
os.environ.get(var_name, default)