iman37 commited on
Commit
225bb82
·
verified ·
1 Parent(s): 579bb90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ hf_token = os.getenv("HF_TOKEN")
7
 
8
  # Initialize the Hugging Face Inference Client
9
  client = InferenceClient(
10
- model="openlm-research/open_llama_3b_v2",
11
  token=hf_token,
12
  )
13
 
 
7
 
8
  # Initialize the Hugging Face Inference Client
9
  client = InferenceClient(
10
+ model="Qwen/Qwen2-7B",
11
  token=hf_token,
12
  )
13