Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -11,4 +11,5 @@ langserve[all]==0.2.2
|
|
11 |
flask==2.1.0
|
12 |
python-dotenv==0.19.2
|
13 |
huggingface-hub==0.24.6
|
14 |
-
torch==1.11.0
|
|
|
|
11 |
flask==2.1.0
|
12 |
python-dotenv==0.19.2
|
13 |
huggingface-hub==0.24.6
|
14 |
+
torch==1.11.0
|
15 |
+
dataclasses
|