Spaces:
Runtime error
Runtime error
Commit
·
d77e462
1
Parent(s):
88415b4
ui
Browse files
app.py
CHANGED
@@ -99,9 +99,13 @@ FRESH = True
|
|
99 |
|
100 |
st.title('nostalgebraist-autoresponder image generation demo')
|
101 |
|
|
|
|
|
102 |
st.write("A demo of the image models used in the tumblr bot [nostalgebraist-autoresponder](https://nostalgebraist-autoresponder.tumblr.com/).\n\nBy [nostalgebraist](https://nostalgebraist.tumblr.com/)")
|
103 |
|
104 |
-
st.write(
|
|
|
|
|
105 |
|
106 |
st.header('Prompt')
|
107 |
|
|
|
99 |
|
100 |
st.title('nostalgebraist-autoresponder image generation demo')
|
101 |
|
102 |
+
st.write("#### For a **much faster experience**, try the [Colab notebook](https://colab.research.google.com/drive/17BOTYmLv4fdurr8y5dcaGKy8JVY_A62a?usp=sharing) instead!")
|
103 |
+
|
104 |
st.write("A demo of the image models used in the tumblr bot [nostalgebraist-autoresponder](https://nostalgebraist-autoresponder.tumblr.com/).\n\nBy [nostalgebraist](https://nostalgebraist.tumblr.com/)")
|
105 |
|
106 |
+
st.write('##### What is this thing? How does it work?')
|
107 |
+
|
108 |
+
st.write("See [this post](https://nostalgebraist.tumblr.com/post/672300992964050944/franks-image-generation-model-explained) for an explanation.")
|
109 |
|
110 |
st.header('Prompt')
|
111 |
|