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

Fixed some text

Browse files
Files changed (1) hide show
  1. text2image.py +3 -10
text2image.py CHANGED
@@ -113,16 +113,9 @@ def app():
113
  st.markdown(
114
  """
115
 
116
- ### πŸ‘‹ Ciao!
117
-
118
- Here you can search for ~150.000 images in the Conceptual Captions dataset (CC) or in the Unsplash 25k Photos dataset.
119
- Even though we did not train on any of these images you will see most queries make sense. When you see errors, there might be two possibilities:
120
- the model is answering in a wrong way or the image you are looking for are not in the dataset and the model is giving you the best answer it can get.
121
-
122
-
123
-
124
- 🀌 Italian mode on! 🀌
125
-
126
 
127
  You can choose one of our examples down below...
128
  """
 
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
  """