Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
-
# Force the specific versions at the top to prevent downgrades
|
| 2 |
aiofiles>=24.1.0
|
| 3 |
-
unstructured
|
| 4 |
gradio>=5.0.0
|
| 5 |
|
| 6 |
# Remaining dependencies
|
|
|
|
|
|
|
| 1 |
aiofiles>=24.1.0
|
| 2 |
+
unstructured[md]
|
| 3 |
gradio>=5.0.0
|
| 4 |
|
| 5 |
# Remaining dependencies
|