yuanjunchai
commited on
Commit
·
ccb8ab3
1
Parent(s):
de5ed54
add application files
Browse files
app.py
CHANGED
|
@@ -385,7 +385,7 @@ if __name__ == "__main__":
|
|
| 385 |
key="text_search",
|
| 386 |
value="Roses are red, trucks are blue, and Seattle is grey right now",
|
| 387 |
)
|
| 388 |
-
st.session_state.text_search = text_search
|
| 389 |
|
| 390 |
# Download glove embeddings if it doesn't exist
|
| 391 |
embeddings_path = "embeddings_" + str(model_type) + "_temp.npy"
|
|
|
|
| 385 |
key="text_search",
|
| 386 |
value="Roses are red, trucks are blue, and Seattle is grey right now",
|
| 387 |
)
|
| 388 |
+
# st.session_state.text_search = text_search
|
| 389 |
|
| 390 |
# Download glove embeddings if it doesn't exist
|
| 391 |
embeddings_path = "embeddings_" + str(model_type) + "_temp.npy"
|