Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,7 @@ import streamlit as st
|
|
| 7 |
import spacy
|
| 8 |
from spacy import displacy
|
| 9 |
import re
|
|
|
|
| 10 |
|
| 11 |
# Configure the page to use the full width
|
| 12 |
st.set_page_config(
|
|
|
|
| 7 |
import spacy
|
| 8 |
from spacy import displacy
|
| 9 |
import re
|
| 10 |
+
from transformers import BlenderbotTokenizer, BlenderbotForConditionalGeneration
|
| 11 |
|
| 12 |
# Configure the page to use the full width
|
| 13 |
st.set_page_config(
|