Spaces:
Runtime error
Runtime error
Commit
·
ad5a37e
1
Parent(s):
672129b
fix typo
Browse files
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
|
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)
|