bhagatsuryainatom
commited on
Commit
•
e8acc9d
1
Parent(s):
5948582
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
git+https://github.com/huggingface/optimum.git
|
4 |
+
git+https://github.com/huggingface/accelerate.git
|
5 |
+
torch
|
6 |
+
scipy
|
7 |
+
numpy
|