fffiloni commited on
Commit
a13eab5
·
1 Parent(s): 0b14976

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ os.system("pip install openai")
8
  import openai
9
 
10
  api_key = os.environ.get('api_key')
11
- openai.api_key = api_key
12
 
13
  whisper = gr.Interface.load(name="spaces/sanchit-gandhi/whisper-large-v2")
14
 
 
8
  import openai
9
 
10
  api_key = os.environ.get('api_key')
11
+ openai.api_key = "youlou"
12
 
13
  whisper = gr.Interface.load(name="spaces/sanchit-gandhi/whisper-large-v2")
14