tortoise-tts / reruntheapp.py
richardseattle2025's picture
Upload folder using huggingface_hub
819225f verified
raw
history blame contribute delete
127 Bytes
from dotenv import load_dotenv
import os
load_dotenv()
print("✅ Key Loaded:", os.getenv("OPENAI_API_KEY") is not None)