Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
torch==2.2.0
|
2 |
gradio==4.31.4
|
3 |
gradio-litmodel3d==0.0.1
|
@@ -10,3 +12,4 @@ kiui
|
|
10 |
Pillow
|
11 |
transformers
|
12 |
torchvision
|
|
|
|
1 |
+
fastapi
|
2 |
+
fastapi[uvicorn]
|
3 |
torch==2.2.0
|
4 |
gradio==4.31.4
|
5 |
gradio-litmodel3d==0.0.1
|
|
|
12 |
Pillow
|
13 |
transformers
|
14 |
torchvision
|
15 |
+
boto3
|