Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import soundfile as sf
|
|
11 |
HF_API_TOKEN = os.getenv("HF_API_TOKEN") # This fetches the token securely
|
12 |
|
13 |
# Updated model URLs for Whisper and LLaMA
|
14 |
-
WHISPER_API_URL = "https://api-inference.huggingface.co/models/openai/whisper-
|
15 |
LLAMA_API_URL = "https://api-inference.huggingface.co/models/abhinand/tamil-llama-7b-instruct-v0.2"
|
16 |
|
17 |
# Load SentenceTransformer model for retrieval
|
|
|
11 |
HF_API_TOKEN = os.getenv("HF_API_TOKEN") # This fetches the token securely
|
12 |
|
13 |
# Updated model URLs for Whisper and LLaMA
|
14 |
+
WHISPER_API_URL = "https://api-inference.huggingface.co/models/openai/whisper-large"
|
15 |
LLAMA_API_URL = "https://api-inference.huggingface.co/models/abhinand/tamil-llama-7b-instruct-v0.2"
|
16 |
|
17 |
# Load SentenceTransformer model for retrieval
|