Spaces:
Running
Running
Update text2image.py
Browse files- text2image.py +1 -1
text2image.py
CHANGED
@@ -157,7 +157,7 @@ def app():
|
|
157 |
|
158 |
col1, col2 = st.beta_columns([3, 1])
|
159 |
with col1:
|
160 |
-
query = st.text_input("
|
161 |
with col2:
|
162 |
dataset_name = st.selectbox("IR dataset", ["CC", "Unsplash"])
|
163 |
|
|
|
157 |
|
158 |
col1, col2 = st.beta_columns([3, 1])
|
159 |
with col1:
|
160 |
+
query = st.text_input("OR INSERT AN ITALIAN QUERY TEXT : ")
|
161 |
with col2:
|
162 |
dataset_name = st.selectbox("IR dataset", ["CC", "Unsplash"])
|
163 |
|