SudhanshuBlaze commited on
Commit
ad5a37e
·
1 Parent(s): 672129b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
 
4
  st.title("AI text-gen Web-app")
5
- st.write("This is auto-complete/text generation a web-app powered by GPT-neo. Type some text here and this model will generate more.")
6
 
7
  # instantiate the model / download
8
  @st.cache(allow_output_mutation=True)
 
2
  from transformers import pipeline
3
 
4
  st.title("AI text-gen Web-app")
5
+ st.write("This is a auto-complete/text generation web-app powered by GPT-neo. Type some text here and this model will generate more.")
6
 
7
  # instantiate the model / download
8
  @st.cache(allow_output_mutation=True)