ceadibc commited on
Commit
f1cd92f
·
verified ·
1 Parent(s): 0251b38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
4
 
5
  # Cliente com token seguro
6
  client = InferenceClient(
7
- model="mistralai/Mistral-7B-Instruct-v0.3",
8
  token=os.getenv("HF_TOKEN")
9
  )
10
 
 
4
 
5
  # Cliente com token seguro
6
  client = InferenceClient(
7
+ model="HuggingFaceH4/zephyr-7b-beta",
8
  token=os.getenv("HF_TOKEN")
9
  )
10