anas-awadalla commited on
Commit
395022c
1 Parent(s): 4117d39
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ with open(os.path.join(pwd, 'images', txt_file)) as f:
36
  laion_caption = text.split('\n')[1]
37
 
38
  st.markdown(f"**Generated Caption:** {generated_caption}")
39
- st.markdown(f"**Loss:** {laion_caption}")
 
36
  laion_caption = text.split('\n')[1]
37
 
38
  st.markdown(f"**Generated Caption:** {generated_caption}")
39
+ st.markdown(f"**Laion Caption:** {laion_caption}")