Josedcape commited on
Commit
4febbb9
verified
1 Parent(s): 8910ff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -23,9 +23,6 @@ load_dotenv()
23
  os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "botidinamix-g.json"
24
  openai.api_key = os.getenv("OPENAI_API_KEY")
25
 
26
- # Instancia el cliente de Text-to-Speech
27
- client = texttospeech.TextToSpeechClient()
28
-
29
  # Funci贸n para extraer texto del PDF
30
  def extraer_texto_pdf(archivo):
31
  texto = ""
@@ -274,3 +271,4 @@ def main():
274
 
275
  if __name__ == "__main__":
276
  main()
 
 
23
  os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "botidinamix-g.json"
24
  openai.api_key = os.getenv("OPENAI_API_KEY")
25
 
 
 
 
26
  # Funci贸n para extraer texto del PDF
27
  def extraer_texto_pdf(archivo):
28
  texto = ""
 
271
 
272
  if __name__ == "__main__":
273
  main()
274
+