genaibeauty commited on
Commit
a090276
·
verified ·
1 Parent(s): c874b84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -8,10 +8,8 @@ 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-Nemo-Instruct-2407"
12
- # MISTRAL_API_URL = "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1"
13
 
14
- deepseek-ai/DeepSeek-R1
15
  # Set up headers for API requests
16
  headers = {"Authorization": f"Bearer {api_key}"}
17
 
 
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}"}
15