Spaces:
Sleeping
Sleeping
Hellisotherpeople
commited on
Commit
β’
c26cd38
1
Parent(s):
3b7d642
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,6 @@ from transformers import (AutoModelForCausalLM, AutoModelForQuestionAnswering,
|
|
14 |
|
15 |
st.set_page_config(page_title="Gadsby")
|
16 |
st.title("Gadsby - Constrained Text Generation with Transformers")
|
17 |
-
st.caption("By Allen Roush")
|
18 |
-
st.caption("Find me on Linkedin: https://www.linkedin.com/in/allen-roush-27721011b/")
|
19 |
st.image("https://upload.wikimedia.org/wikipedia/commons/1/1d/Gadsby_%28book_cover%29.jpg")
|
20 |
st.caption("The inspiration for this space: https://en.wikipedia.org/wiki/Gadsby_(novel)")
|
21 |
|
|
|
14 |
|
15 |
st.set_page_config(page_title="Gadsby")
|
16 |
st.title("Gadsby - Constrained Text Generation with Transformers")
|
|
|
|
|
17 |
st.image("https://upload.wikimedia.org/wikipedia/commons/1/1d/Gadsby_%28book_cover%29.jpg")
|
18 |
st.caption("The inspiration for this space: https://en.wikipedia.org/wiki/Gadsby_(novel)")
|
19 |
|