Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
autollm
|
| 2 |
-
gradio
|
| 3 |
gitpython
|
| 4 |
nbconvert
|
| 5 |
kaleido
|
| 6 |
cohere
|
| 7 |
typing-extensions
|
| 8 |
langchain
|
| 9 |
-
pdfminer.six
|
|
|
|
|
|
| 1 |
autollm
|
| 2 |
+
gradio
|
| 3 |
gitpython
|
| 4 |
nbconvert
|
| 5 |
kaleido
|
| 6 |
cohere
|
| 7 |
typing-extensions
|
| 8 |
langchain
|
| 9 |
+
pdfminer.six
|
| 10 |
+
nest_asyncio
|