Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ from qdrant_client import QdrantClient
|
|
| 4 |
from load_encoder import encoder
|
| 5 |
from utils import NeuralSearcher
|
| 6 |
import spaces
|
|
|
|
| 7 |
import os
|
| 8 |
|
| 9 |
mytheme = gr.Theme.from_hub("JohnSmith9982/small_and_pretty")
|
|
|
|
| 4 |
from load_encoder import encoder
|
| 5 |
from utils import NeuralSearcher
|
| 6 |
import spaces
|
| 7 |
+
import time
|
| 8 |
import os
|
| 9 |
|
| 10 |
mytheme = gr.Theme.from_hub("JohnSmith9982/small_and_pretty")
|