Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def demo_retrieval():
|
|
91 |
with tab_pc:
|
92 |
with st.form("rpcform"):
|
93 |
k = st.slider("Number of items to retrieve", 1, 100, 16, key='rpc')
|
94 |
-
load_data = utils.
|
95 |
sim_th, filter_fn = retrieval_filter_expand('pc')
|
96 |
if st.form_submit_button("Retrieve with Point Cloud"):
|
97 |
prog.progress(0.49, "Computing Embeddings")
|
|
|
91 |
with tab_pc:
|
92 |
with st.form("rpcform"):
|
93 |
k = st.slider("Number of items to retrieve", 1, 100, 16, key='rpc')
|
94 |
+
load_data = utils.input_3d_shape('rpcinput')
|
95 |
sim_th, filter_fn = retrieval_filter_expand('pc')
|
96 |
if st.form_submit_button("Retrieve with Point Cloud"):
|
97 |
prog.progress(0.49, "Computing Embeddings")
|