Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -141,4 +141,7 @@ for i,(id_, dist) in enumerate(zip(ids, dists)):
|
|
141 |
else:
|
142 |
st.image(id_)
|
143 |
st.write(dist, help="score")
|
144 |
-
|
|
|
|
|
|
|
|
141 |
else:
|
142 |
st.image(id_)
|
143 |
st.write(dist, help="score")
|
144 |
+
|
145 |
+
|
146 |
+
# Credits
|
147 |
+
st.sidebar.caption("Made by [Ceyda Cinarel](https://huggingface.co/ceyda)")
|