Spaces:
Sleeping
Sleeping
Andrei Cozma
commited on
Commit
·
b605d92
1
Parent(s):
6f3d0ef
Updates
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.27.0
|
2 |
+
Gymnasium==0.26.3
|
3 |
+
numpy==1.21.5
|
4 |
+
opencv_python_headless==4.6.0.66
|
5 |
+
pip==22.0.2
|
6 |
+
scipy==1.8.0
|
7 |
+
tabulate==0.9.0
|
8 |
+
tqdm==4.64.1
|
9 |
+
wandb==0.14.0
|