NKessler commited on
Commit
0e9e28f
·
verified ·
1 Parent(s): 7bec576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ URL_B = "https://edition.cnn.com/2026/03/30/world/live-news/iran-war-us-israel-t
24
 
25
  # Initialize the Hugging Face Client
26
  HF_TOKEN = os.environ.get("HF_TOKEN")
27
- client = InferenceClient(model="mistralai/Mistral-7B-Instruct-v0.3", token=HF_TOKEN)
28
 
29
  @st.cache_resource
30
  def _initialize_app():
 
24
 
25
  # Initialize the Hugging Face Client
26
  HF_TOKEN = os.environ.get("HF_TOKEN")
27
+ client = InferenceClient(model="HuggingFaceH4/zephyr-7b-beta", token=HF_TOKEN)
28
 
29
  @st.cache_resource
30
  def _initialize_app():