genaibeauty commited on
Commit
6eb3c7b
·
verified ·
1 Parent(s): ffd20df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ api_key = os.getenv("HUGGINGFACEHUB_API_TOKEN")
8
 
9
  # API URLs
10
  WHISPER_API_URL = "https://api-inference.huggingface.co/models/openai/whisper-large-v3-turbo"
11
- MISTRAL_API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.2"
12
 
13
  # Set up headers for API requests
14
  headers = {"Authorization": f"Bearer {api_key}"}
 
8
 
9
  # API URLs
10
  WHISPER_API_URL = "https://api-inference.huggingface.co/models/openai/whisper-large-v3-turbo"
11
+ MISTRAL_API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-Nemo-Instruct-2407"
12
 
13
  # Set up headers for API requests
14
  headers = {"Authorization": f"Bearer {api_key}"}