dhyey23 commited on
Commit
c0308b1
·
verified ·
1 Parent(s): 49b6be1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ For more information on `huggingface_hub` Inference API support, please check th
8
  # client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
9
  # client = InferenceClient("meta-llama/Llama-2-7b-chat-hf")
10
  # client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
11
- client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")
12
- # client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
13
  # client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
14
  # client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
15
  # client = InferenceClient("nvidia/DeepSeek-R1-FP4")
 
8
  # client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
9
  # client = InferenceClient("meta-llama/Llama-2-7b-chat-hf")
10
  # client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
11
+ # client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")
12
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
13
  # client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
14
  # client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
15
  # client = InferenceClient("nvidia/DeepSeek-R1-FP4")