Spaces:
Runtime error
Runtime error
therealcyberlord
commited on
Commit
•
161d5d5
1
Parent(s):
6e80436
pointing meme
Browse files- app.py +3 -1
- pointing.png +0 -0
app.py
CHANGED
@@ -28,7 +28,7 @@ use_srgan = st.sidebar.selectbox(
|
|
28 |
|
29 |
generate = st.sidebar.button("Generate")
|
30 |
st.write("Get started using the left side bar :sunglasses:")
|
31 |
-
|
32 |
# caching the expensive model loading
|
33 |
|
34 |
@st.cache(allow_output_mutation=True)
|
@@ -82,3 +82,5 @@ if generate:
|
|
82 |
|
83 |
|
84 |
|
|
|
|
|
|
28 |
|
29 |
generate = st.sidebar.button("Generate")
|
30 |
st.write("Get started using the left side bar :sunglasses:")
|
31 |
+
st.image("pointing.png", use_column_width=True, caption="https://knowyourmeme.com/memes/two-soyjaks-pointing")
|
32 |
# caching the expensive model loading
|
33 |
|
34 |
@st.cache(allow_output_mutation=True)
|
|
|
82 |
|
83 |
|
84 |
|
85 |
+
|
86 |
+
|
pointing.png
ADDED