Spaces:
Running
Running
Update app.py
Browse files
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")
|