srisweet commited on
Commit
b0cc17a
β€’
1 Parent(s): 5c50023

Minor changes fixed

Browse files
Files changed (1) hide show
  1. text2image.py +5 -3
text2image.py CHANGED
@@ -113,11 +113,13 @@ def app():
113
  st.markdown(
114
  """
115
 
116
- ### πŸ‘‹ Ciao! Here you can type Italian query and search from ~150k images in the Conceptual Captions (CC) dataset or 25k Photos in the Unsplash dataset.
117
- Though these images were not used for training the model, you will see most queries make sense.Rare errors might be due to 2 possibilities:
 
 
118
  the model is answering in a wrong way or the image you are looking for are not in the dataset & the model is giving you the best answer it can get.
119
 
120
- You can choose one of our examples down below...
121
  """
122
  )
123
 
 
113
  st.markdown(
114
  """
115
 
116
+ πŸ‘‹ Ciao! Here you can type Italian query and search from ~150k images in the Conceptual Captions (CC) dataset or 25k Photos in the Unsplash dataset.
117
+
118
+ Though these images were not used for training the model, you will see most queries make sense.
119
+ Rare errors might be due to 2 possibilities:
120
  the model is answering in a wrong way or the image you are looking for are not in the dataset & the model is giving you the best answer it can get.
121
 
122
+ You can choose from one of the following examples...
123
  """
124
  )
125