Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import requests
|
|
12 |
|
13 |
|
14 |
hf_token = os.getenv("HF_TOKEN")
|
15 |
-
API_URL = "https://api-inference.huggingface.co/models/openai/whisper-
|
16 |
headers = {"Authorization": f"Bearer {hf_token}"}
|
17 |
|
18 |
class ScreeningAssistant:
|
|
|
12 |
|
13 |
|
14 |
hf_token = os.getenv("HF_TOKEN")
|
15 |
+
API_URL = "https://api-inference.huggingface.co/models/openai/whisper-medium.en"
|
16 |
headers = {"Authorization": f"Bearer {hf_token}"}
|
17 |
|
18 |
class ScreeningAssistant:
|