Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from gtts import gTTS
|
|
8 |
API_URL = "https://api-inference.huggingface.co/models/lyimo/whisper-small-sw2"
|
9 |
headers = {"Authorization": "Bearer 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"}
|
10 |
|
11 |
-
openai.api_key = "sk-
|
12 |
|
13 |
def query(filename):
|
14 |
with open(filename, "rb") as f:
|
|
|
8 |
API_URL = "https://api-inference.huggingface.co/models/lyimo/whisper-small-sw2"
|
9 |
headers = {"Authorization": "Bearer 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"}
|
10 |
|
11 |
+
openai.api_key = "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"
|
12 |
|
13 |
def query(filename):
|
14 |
with open(filename, "rb") as f:
|