LuisMBA commited on
Commit
664352f
·
verified ·
1 Parent(s): fe80f77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- model_id = "tiiuae/falcon-7b-instruct"
5
  pipe = pipeline("text-generation", model=model_id)
6
 
7
  def load_answer(question):
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ model_id = "microsoft/Phi-3-mini-4k-instruct"
5
  pipe = pipeline("text-generation", model=model_id)
6
 
7
  def load_answer(question):