Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,8 @@
|
|
| 1 |
git+https://github.com/aniketmaurya/chitra@master
|
| 2 |
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
git+https://github.com/aniketmaurya/chitra@master
|
| 2 |
transformers
|
| 3 |
+
uvicorn
|
| 4 |
+
chalice
|
| 5 |
+
smart_open[all]
|
| 6 |
+
pydantic
|
| 7 |
+
python-multipart
|
| 8 |
+
fastapi
|