tortoise-tts / sanitizer.py
richardseattle2025's picture
Upload folder using huggingface_hub
819225f verified
raw
history blame contribute delete
81 Bytes
with open(".env", "rb") as f:
content = f.read()
print(repr(content))