Spaces:
Running
Running
Rohit Rajpoot
commited on
Commit
·
bb2727f
1
Parent(s):
50a24ac
removing retrieval start
Browse files
app.py
CHANGED
@@ -67,7 +67,6 @@ with col2:
|
|
67 |
else:
|
68 |
# 1) mark the start
|
69 |
t0 = time.time()
|
70 |
-
st.write(f"⏱ Retrieval start: {t0:.1f}s")
|
71 |
|
72 |
# retrieval
|
73 |
q_emb = _encoder.encode(title, convert_to_tensor=True)
|
|
|
67 |
else:
|
68 |
# 1) mark the start
|
69 |
t0 = time.time()
|
|
|
70 |
|
71 |
# retrieval
|
72 |
q_emb = _encoder.encode(title, convert_to_tensor=True)
|