Spaces:
Running
Running
Commit
·
7a8ad03
1
Parent(s):
b462137
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,6 +80,7 @@ class Application:
|
|
| 80 |
index, _ = self.embeddings.search(query, 1)[0]
|
| 81 |
st.image(Image.open(index))
|
| 82 |
|
|
|
|
| 83 |
@st.cache(allow_output_mutation=True)
|
| 84 |
def create(directory):
|
| 85 |
"""
|
|
|
|
| 80 |
index, _ = self.embeddings.search(query, 1)[0]
|
| 81 |
st.image(Image.open(index))
|
| 82 |
|
| 83 |
+
|
| 84 |
@st.cache(allow_output_mutation=True)
|
| 85 |
def create(directory):
|
| 86 |
"""
|