ibrahimgiki commited on
Commit
a13d9e1
·
verified ·
1 Parent(s): 051cdac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
10
  qa_pipeline = pipeline("text2text-generation", model=model, tokenizer=tokenizer)
11
 
12
  # Streamlit app layout
13
- st.title("Question Answering with BART")
14
 
15
  # Text area for the user to input a question
16
  question = st.text_area("Enter your question:")
 
10
  qa_pipeline = pipeline("text2text-generation", model=model, tokenizer=tokenizer)
11
 
12
  # Streamlit app layout
13
+ st.title("Agriculture Question Answering with BART")
14
 
15
  # Text area for the user to input a question
16
  question = st.text_area("Enter your question:")