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

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="HuggingFaceH4/zephyr-7b-beta", 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="Qwen/Qwen2.5-7B-Instruct", token=HF_TOKEN)
28
 
29
  @st.cache_resource
30
  def _initialize_app():