Spaces:
Running
Running
Fixed some text
Browse files- text2image.py +3 -10
text2image.py
CHANGED
@@ -113,16 +113,9 @@ def app():
|
|
113 |
st.markdown(
|
114 |
"""
|
115 |
|
116 |
-
### π Ciao!
|
117 |
-
|
118 |
-
|
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 |
"""
|