BlahBlah314 commited on
Commit
65c6bf4
·
verified ·
1 Parent(s): a852f2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.api = RUNPOD_API
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]