Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
|
6 |
RUNPOD_API = os.environ.get("RUNPOD_API")
|
7 |
RUNPOD_ENDPOINT = os.environ.get("RUNPOD_ENDPOINT")
|
8 |
-
runpod.
|
9 |
|
10 |
def process_transcribe(file):
|
11 |
audio_nparray = file[1]
|
|
|
5 |
|
6 |
RUNPOD_API = os.environ.get("RUNPOD_API")
|
7 |
RUNPOD_ENDPOINT = os.environ.get("RUNPOD_ENDPOINT")
|
8 |
+
runpod.api_key = RUNPOD_API
|
9 |
|
10 |
def process_transcribe(file):
|
11 |
audio_nparray = file[1]
|