Alaaeldin commited on
Commit
2b12163
·
verified ·
1 Parent(s): 70157ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ st.title("🦙 LLaMA Chatbot")
26
  @st.cache_resource
27
  def load_model():
28
  try:
29
- model_path = "Alaaeldin/llama2-app"
30
 
31
  with st.spinner("🔄 Loading tokenizer..."):
32
  tokenizer = AutoTokenizer.from_pretrained(
 
26
  @st.cache_resource
27
  def load_model():
28
  try:
29
+ model_path = "Alaaeldin/Llama-demo" # Updated model path
30
 
31
  with st.spinner("🔄 Loading tokenizer..."):
32
  tokenizer = AutoTokenizer.from_pretrained(