Spaces:
Runtime error
Runtime error
Commit
·
22574ac
1
Parent(s):
f4f4778
added requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
black==21.11b1
|
| 2 |
+
gdown==4.2.0
|
| 3 |
+
matplotlib==3.5.0
|
| 4 |
+
streamlit==1.2.0
|
| 5 |
+
tensorflow==2.7.0
|
| 6 |
+
tqdm==4.62.3
|
| 7 |
+
wandb==0.12.7
|