Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def demo_retrieval():
|
|
85 |
with tab_pc:
|
86 |
with st.form("rpcform"):
|
87 |
k = st.slider("Number of items to retrieve", 1, 100, 16, key='rpc')
|
88 |
-
pc = utils.load_3D_shape('rpcinput')
|
89 |
if st.form_submit_button("Retrieve with Point Cloud"):
|
90 |
prog.progress(0.49, "Computing Embeddings")
|
91 |
|
|
|
85 |
with tab_pc:
|
86 |
with st.form("rpcform"):
|
87 |
k = st.slider("Number of items to retrieve", 1, 100, 16, key='rpc')
|
88 |
+
#pc = utils.load_3D_shape('rpcinput')
|
89 |
if st.form_submit_button("Retrieve with Point Cloud"):
|
90 |
prog.progress(0.49, "Computing Embeddings")
|
91 |
|