salomonsky commited on
Commit
2035b8c
1 Parent(s): a7715af

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import subprocess
5
  from gtts import gTTS
6
 
7
- openai.api_key = os.environ.get("OPENAI_API_KEY")
8
 
9
  def generate_output(name, birth_date):
10
  if not birth_date:
 
4
  import subprocess
5
  from gtts import gTTS
6
 
7
+ openai.api_key = os.environ.get("openai_api_key")
8
 
9
  def generate_output(name, birth_date):
10
  if not birth_date: