Spaces:
Runtime error
Runtime error
darshanjani
commited on
Commit
•
96a182b
1
Parent(s):
bbb78cc
Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
numpy
|
3 |
+
pillow
|
4 |
+
torchsummary
|
5 |
+
transformers==4.25.1
|
6 |
+
diffusers
|
7 |
+
ftfy
|
8 |
+
accelerate
|
9 |
+
torchvision
|
10 |
+
scipy
|
11 |
+
tqdm
|
12 |
+
gradio
|
13 |
+
opencv-python
|