Spaces:
Build error
Build error
Commit
·
fab69a3
1
Parent(s):
6024d0b
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ generate = pipeline(task='text-generation', model=GPT2LMHeadModel.from_pretraine
|
|
6 |
#summarize=Summarizer()
|
7 |
|
8 |
st.title("Text generation for the marketing content of NFTs")
|
9 |
-
st.subheader("Course project 'NLP with transformers' at opencampus.sh, Spring 2022")
|
10 |
|
11 |
st.sidebar.image("bayc crown.png", use_column_width=True)
|
12 |
topics=["NFT", "Blockchain", "Metaverse"]
|
|
|
6 |
#summarize=Summarizer()
|
7 |
|
8 |
st.title("Text generation for the marketing content of NFTs")
|
|
|
9 |
|
10 |
st.sidebar.image("bayc crown.png", use_column_width=True)
|
11 |
topics=["NFT", "Blockchain", "Metaverse"]
|