Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ def image_search(query, corpus, name, n_results=24):
|
|
| 101 |
|
| 102 |
|
| 103 |
description = """
|
| 104 |
-
#
|
| 105 |
|
| 106 |
**ζ€η΄’θͺγε
₯εγγ¦γγ Enter γγΌγζΌγγ¦γγ γγ**
|
| 107 |
|
|
@@ -158,7 +158,7 @@ def main():
|
|
| 158 |
unsafe_allow_html=True,
|
| 159 |
)
|
| 160 |
st.sidebar.markdown(description)
|
| 161 |
-
with st.sidebar.expander("
|
| 162 |
st.markdown(howto)
|
| 163 |
# mode = st.sidebar.selectbox(
|
| 164 |
# "", ["Results for ViT-L/14@336px", "Comparison of 2 models"], index=0
|
|
|
|
| 101 |
|
| 102 |
|
| 103 |
description = """
|
| 104 |
+
# ζε³γ«γγη»εζ€η΄’
|
| 105 |
|
| 106 |
**ζ€η΄’θͺγε
₯εγγ¦γγ Enter γγΌγζΌγγ¦γγ γγ**
|
| 107 |
|
|
|
|
| 158 |
unsafe_allow_html=True,
|
| 159 |
)
|
| 160 |
st.sidebar.markdown(description)
|
| 161 |
+
with st.sidebar.expander("ι«εΊ¦γͺδ½Ώη¨ζΉζ³"):
|
| 162 |
st.markdown(howto)
|
| 163 |
# mode = st.sidebar.selectbox(
|
| 164 |
# "", ["Results for ViT-L/14@336px", "Comparison of 2 models"], index=0
|