zamborg commited on
Commit
4a4709d
1 Parent(s): fd27ee1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def gen_show_caption(sub_prompt=None, cap_prompt = ""):
24
 
25
  ## <mono> <red> r/ {subreddit} </red> &nbsp;&nbsp;&nbsp; {caption} </mono>
26
  """,
27
- allow_unsafe_html=True)
28
 
29
 
30
  st.title("Image Captioning Demo from RedCaps")
24
 
25
  ## <mono> <red> r/ {subreddit} </red> &nbsp;&nbsp;&nbsp; {caption} </mono>
26
  """,
27
+ unsafe_allow_html=True)
28
 
29
 
30
  st.title("Image Captioning Demo from RedCaps")