OVH
commited on
Commit
·
c0cb02a
1
Parent(s):
596535f
Added some requirements
Browse files
.ipynb_checkpoints/requirements-checkpoint.txt
CHANGED
|
@@ -16,4 +16,6 @@ pathlib
|
|
| 16 |
torch-geometric
|
| 17 |
huggingface-hub
|
| 18 |
matplotlib
|
| 19 |
-
seaborn
|
|
|
|
|
|
|
|
|
| 16 |
torch-geometric
|
| 17 |
huggingface-hub
|
| 18 |
matplotlib
|
| 19 |
+
seaborn
|
| 20 |
+
Flask
|
| 21 |
+
gunicorn
|
requirements.txt
CHANGED
|
@@ -16,4 +16,6 @@ pathlib
|
|
| 16 |
torch-geometric
|
| 17 |
huggingface-hub
|
| 18 |
matplotlib
|
| 19 |
-
seaborn
|
|
|
|
|
|
|
|
|
| 16 |
torch-geometric
|
| 17 |
huggingface-hub
|
| 18 |
matplotlib
|
| 19 |
+
seaborn
|
| 20 |
+
Flask
|
| 21 |
+
gunicorn
|