Spaces:
Build error
Build error
File size: 323 Bytes
7a479d7 26851a8 | 1 2 3 4 5 6 7 8 9 10 11 | import gradio as gr
import openai
from home_view import ui_home as home
from utilities import api_keys
openai.api_key = api_keys.APIKeys().get_key('OPENAI_API_KEY')
eleven_api_key = api_keys.APIKeys().get_key('ELEVEN_LABS_API_KEY')
voice_id = api_keys.APIKeys().get_key('VOICE_ID')
combo=home.combo
combo.queue().launch() |