Spaces:
Sleeping
Sleeping
Commit
·
395022c
1
Parent(s):
4117d39
demo
Browse files
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"**
|
|
|
36 |
laion_caption = text.split('\n')[1]
|
37 |
|
38 |
st.markdown(f"**Generated Caption:** {generated_caption}")
|
39 |
+
st.markdown(f"**Laion Caption:** {laion_caption}")
|