Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@ import concurrent.futures
|
|
24 |
import time
|
25 |
|
26 |
# Import DocList from docarray
|
|
|
27 |
from docarray import DocList # <--- IMPORTANT: Added this import
|
28 |
|
29 |
|
|
|
24 |
import time
|
25 |
|
26 |
# Import DocList from docarray
|
27 |
+
pip install docarray
|
28 |
from docarray import DocList # <--- IMPORTANT: Added this import
|
29 |
|
30 |
|