Spaces:
Runtime error
Runtime error
Rohit Rajpoot
commited on
Commit
·
c5cbff5
1
Parent(s):
100cdde
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)
|