pradeep4321 commited on
Commit
64b27f1
·
verified ·
1 Parent(s): 3fedebc

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -14,7 +14,7 @@ st.title("🤖 AI Assistant")
14
  @st.cache_resource
15
  def load_client():
16
  return InferenceClient(
17
- model="meta-llama/Llama-3-8b-instruct",
18
  token=os.environ.get("HF_TOKEN")
19
  )
20
 
 
14
  @st.cache_resource
15
  def load_client():
16
  return InferenceClient(
17
+ model="meta-llama/Meta-Llama-3-8B-Instruct",
18
  token=os.environ.get("HF_TOKEN")
19
  )
20