fcernafukuzaki commited on
Commit
30214b5
·
verified ·
1 Parent(s): 0657bd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -5,6 +5,10 @@ from google.cloud import speech_v1
5
  from google.protobuf import timestamp_pb2
6
 
7
  import os
 
 
 
 
8
  os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "deploygpt-e9475e7c2c7c.json"
9
 
10
  #transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-base.en")
 
5
  from google.protobuf import timestamp_pb2
6
 
7
  import os
8
+ """Lista los archivos en la carpeta de ejecución."""
9
+ archivos = os.listdir()
10
+ print("\n".join(archivos))
11
+
12
  os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "deploygpt-e9475e7c2c7c.json"
13
 
14
  #transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-base.en")