Update app.py
Browse files
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 =
|
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 |
|