Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ classifier = pipeline("zero-shot-classification",
|
|
| 14 |
# whisper model specification
|
| 15 |
asr_model = whisper.load_model("tiny")
|
| 16 |
|
| 17 |
-
openai.api_key = os.environ["Openai_APIkey"]
|
| 18 |
|
| 19 |
|
| 20 |
# Transcribe function
|
|
|
|
| 14 |
# whisper model specification
|
| 15 |
asr_model = whisper.load_model("tiny")
|
| 16 |
|
| 17 |
+
# openai.api_key = os.environ["Openai_APIkey"]
|
| 18 |
|
| 19 |
|
| 20 |
# Transcribe function
|