Jyothikamalesh commited on
Commit
429fb20
·
verified ·
1 Parent(s): 6b3f1f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
2
  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("google/gemma-2-9b-it")
7
 
8
 
9
  def respond(
 
2
  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("Goodfire/Llama-3.1-8B-Instruct-SAE-l19")
7
 
8
 
9
  def respond(