Spaces:
Sleeping
Sleeping
jannisborn
commited on
Commit
•
ee3d7ae
1
Parent(s):
33d620a
update
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -96,7 +96,7 @@ if __name__ == "__main__":
|
|
96 |
examples = [
|
97 |
["Formation Energy", metadata_root.joinpath("7206075.cif")],
|
98 |
["Bulk moduli", metadata_root.joinpath("crystals.zip")],
|
99 |
-
|
100 |
["Bulk moduli", metadata_root.joinpath("9000046.cif")],
|
101 |
]
|
102 |
|
|
|
96 |
examples = [
|
97 |
["Formation Energy", metadata_root.joinpath("7206075.cif")],
|
98 |
["Bulk moduli", metadata_root.joinpath("crystals.zip")],
|
99 |
+
["Metal Nonmetal Classifier", metadata_root.joinpath("metal.csv")],
|
100 |
["Bulk moduli", metadata_root.joinpath("9000046.cif")],
|
101 |
]
|
102 |
|
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ torch-sparse
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
-
gt4sd>=1.1.
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
+
gt4sd>=1.1.5
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|