Spaces:
Runtime error
Runtime error
syntax
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def gen_show_caption(sub_prompt=None, cap_prompt = ""):
|
|
| 24 |
|
| 25 |
## <mono> <red> r/ {subreddit} </red> {caption} </mono>
|
| 26 |
""",
|
| 27 |
-
|
| 28 |
|
| 29 |
|
| 30 |
st.title("Image Captioning Demo from RedCaps")
|
|
|
|
| 24 |
|
| 25 |
## <mono> <red> r/ {subreddit} </red> {caption} </mono>
|
| 26 |
""",
|
| 27 |
+
unsafe_allow_html=True)
|
| 28 |
|
| 29 |
|
| 30 |
st.title("Image Captioning Demo from RedCaps")
|