hareballak commited on
Commit
ef8e716
·
verified ·
1 Parent(s): 1184919

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-tiny"
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