llmahmad commited on
Commit
e00c216
·
verified ·
1 Parent(s): 22a1bde

Update app.py

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