Spaces:
Sleeping
Sleeping
salomonsky
commited on
Commit
路
2035b8c
1
Parent(s):
a7715af
Update app1.py
Browse files
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("
|
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:
|