# Stub for api_keys module to avoid import errors in HF Space # In the HF deployment, we don't need the full api_keys config since # the UI only talks to the remote Modal backend. class APIConfig: def __init__(self): # Stub - only needed for imports, not actually used self.elevenlabs_api_key = "" api_config = APIConfig()