Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -6,9 +6,9 @@ sentencepiece
|
|
6 |
peft==0.12.0
|
7 |
torchvision
|
8 |
gradio==3.38.0
|
9 |
-
tomlkit==0.12.2
|
10 |
runpod==1.6.0
|
11 |
requests
|
12 |
pillow
|
13 |
-
fastapi
|
14 |
-
python-multipart
|
|
|
|
6 |
peft==0.12.0
|
7 |
torchvision
|
8 |
gradio==3.38.0
|
|
|
9 |
runpod==1.6.0
|
10 |
requests
|
11 |
pillow
|
12 |
+
fastapi>=0.68.0
|
13 |
+
python-multipart
|
14 |
+
uvicorn
|