llmahmad commited on
Commit
1ad8b88
·
verified ·
1 Parent(s): fb27f9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,5 +1,4 @@
1
- import streamlit as st
2
- from transformers import pipeline, AutoModelForSeq2SeqLM, AutoTokenizer
3
 
4
  # Load model and tokenizer
5
  model_name = "t5_history_qa"
 
1
+ pip install -r requirements.txt
 
2
 
3
  # Load model and tokenizer
4
  model_name = "t5_history_qa"