Spaces:
Running
Running
Commit
路
4edc5a0
1
Parent(s):
0be6b9e
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import subprocess
|
|
5 |
from gtts import gTTS
|
6 |
from pydub import AudioSegment
|
7 |
|
8 |
-
|
9 |
|
10 |
def generate_output(name, date_of_birth, progress=gr.Progress()):
|
11 |
prompt = f"{name}, tu mi or谩culo astrol贸gico de hoy es:"
|
|
|
5 |
from gtts import gTTS
|
6 |
from pydub import AudioSegment
|
7 |
|
8 |
+
openai.api_key = "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"
|
9 |
|
10 |
def generate_output(name, date_of_birth, progress=gr.Progress()):
|
11 |
prompt = f"{name}, tu mi or谩culo astrol贸gico de hoy es:"
|