Spaces:
Paused
Paused
Update backend/requirements.txt
Browse files- backend/requirements.txt +8 -0
backend/requirements.txt
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
|
4 |
+
Flask
|
5 |
+
flask_cors
|
6 |
+
git+https://github.com/meta-llama/llama3.git#egg=llama3
|
7 |
+
numpy
|
8 |
+
pandas
|