Spaces:
Runtime error
Runtime error
Commit ·
4a3aa9b
1
Parent(s): db06fda
Initial Commit
Browse files- requirements.txt +1 -2
- runtime.txt +1 -0
requirements.txt
CHANGED
|
@@ -10,5 +10,4 @@ pinecone
|
|
| 10 |
fastapi
|
| 11 |
uvicorn
|
| 12 |
torch
|
| 13 |
-
pydantic
|
| 14 |
-
typing
|
|
|
|
| 10 |
fastapi
|
| 11 |
uvicorn
|
| 12 |
torch
|
| 13 |
+
pydantic
|
|
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.11.9
|