AIdeaText commited on
Commit
f8cc73f
1 Parent(s): e355e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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(