Jyothikamalesh commited on
Commit
da9dba1
·
verified ·
1 Parent(s): c088c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
 
4
  # Initialize the InferenceClient with the model name
5
  # client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
6
- client = InferenceClient("meta-llama/Llama-3.2-11B-Vision-Instruct")
7
 
8
 
9
  def respond(
 
3
 
4
  # Initialize the InferenceClient with the model name
5
  # client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
6
+ client = InferenceClient("nvidia/Llama-3.1-Nemotron-70B-Instruct-HF")
7
 
8
 
9
  def respond(