Transcendental-Programmer
commited on
Commit
·
133e58e
1
Parent(s):
112b759
Update requirements.txt and .gitignore for new dependencies and project structure
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
diffusers
|
2 |
pygame
|
3 |
torch
|
4 |
-
torchvision
|
|
|
|
|
|
|
|
|
|
1 |
diffusers
|
2 |
pygame
|
3 |
torch
|
4 |
+
torchvision
|
5 |
+
fastapi
|
6 |
+
gradio
|
7 |
+
pytest
|
8 |
+
scikit-learn
|