iman37 commited on
Commit
7e6c523
·
verified ·
1 Parent(s): 954fb2a

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="google/gemma-2-2b-it",
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