Spaces:
Running
Running
Minor changes fixed
Browse files- text2image.py +5 -3
text2image.py
CHANGED
@@ -113,11 +113,13 @@ def app():
|
|
113 |
st.markdown(
|
114 |
"""
|
115 |
|
116 |
-
|
117 |
-
|
|
|
|
|
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
|
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 |
|