Spaces:
Sleeping
Sleeping
Commit
路
0be6b9e
1
Parent(s):
7f93844
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,6 @@ from pydub import AudioSegment
|
|
7 |
|
8 |
openai_api_key = "Bearer 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"
|
9 |
|
10 |
-
if secret is None:
|
11 |
-
raise ValueError(f"No se encontr贸 el secreto '{secret_name}'.")
|
12 |
-
|
13 |
def generate_output(name, date_of_birth, progress=gr.Progress()):
|
14 |
prompt = f"{name}, tu mi or谩culo astrol贸gico de hoy es:"
|
15 |
response = openai.Completion.create(
|
|
|
7 |
|
8 |
openai_api_key = "Bearer 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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:"
|
12 |
response = openai.Completion.create(
|