Spaces:
Running
Running
ThorbenFroehlking
commited on
Commit
·
9b49ad4
1
Parent(s):
9b140f1
Updated
Browse files
.ipynb_checkpoints/requirements-checkpoint.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
gradio_client>=3.40.0
|
2 |
torch>=1.13.0
|
3 |
transformers>=4.30.0
|
4 |
datasets>=2.9.0
|
@@ -10,5 +9,6 @@ scikit-learn>=0.24.0
|
|
10 |
sentencepiece
|
11 |
huggingface_hub>=0.15.0
|
12 |
requests
|
13 |
-
|
|
|
14 |
biopython>=1.81
|
|
|
|
|
1 |
torch>=1.13.0
|
2 |
transformers>=4.30.0
|
3 |
datasets>=2.9.0
|
|
|
9 |
sentencepiece
|
10 |
huggingface_hub>=0.15.0
|
11 |
requests
|
12 |
+
gradio==3.50.2
|
13 |
+
gradio_molecule3d==0.0.1
|
14 |
biopython>=1.81
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
gradio_client>=3.40.0
|
2 |
torch>=1.13.0
|
3 |
transformers>=4.30.0
|
4 |
datasets>=2.9.0
|
@@ -10,5 +9,6 @@ scikit-learn>=0.24.0
|
|
10 |
sentencepiece
|
11 |
huggingface_hub>=0.15.0
|
12 |
requests
|
13 |
-
|
|
|
14 |
biopython>=1.81
|
|
|
|
|
1 |
torch>=1.13.0
|
2 |
transformers>=4.30.0
|
3 |
datasets>=2.9.0
|
|
|
9 |
sentencepiece
|
10 |
huggingface_hub>=0.15.0
|
11 |
requests
|
12 |
+
gradio==3.50.2
|
13 |
+
gradio_molecule3d==0.0.1
|
14 |
biopython>=1.81
|