MD Musfiqure Rahim commited on
Commit
8b604bb
·
verified ·
1 Parent(s): 575853d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def respond(
20
  ):
21
  # Initialize the Inference Client with the provided OAuth token
22
  # Model: mx-llms/BLM
23
- client = InferenceClient(token=hf_token.token, model='mx-llms/BLM')
24
 
25
  messages = [{"role": "system", "content": system_message}]
26
 
 
20
  ):
21
  # Initialize the Inference Client with the provided OAuth token
22
  # Model: mx-llms/BLM
23
+ client = InferenceClient(token=hf_token.token, model='google/gemma-4-E2B-it')
24
 
25
  messages = [{"role": "system", "content": system_message}]
26