Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
remove incompatible
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ from pymatgen.entries.computed_entries import (
|
|
| 15 |
|
| 16 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
| 17 |
|
| 18 |
-
subsets = ["compatible_pbe", "compatible_pbesol", "compatible_scan",
|
| 19 |
|
| 20 |
# Load only the train split of the dataset
|
| 21 |
|
|
@@ -44,6 +44,8 @@ train_df = dataset.to_pandas()
|
|
| 44 |
del dataset
|
| 45 |
|
| 46 |
|
|
|
|
|
|
|
| 47 |
def create_phase_diagram(
|
| 48 |
elements,
|
| 49 |
max_e_above_hull,
|
|
|
|
| 15 |
|
| 16 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
| 17 |
|
| 18 |
+
subsets = ["compatible_pbe", "compatible_pbesol", "compatible_scan",]
|
| 19 |
|
| 20 |
# Load only the train split of the dataset
|
| 21 |
|
|
|
|
| 44 |
del dataset
|
| 45 |
|
| 46 |
|
| 47 |
+
|
| 48 |
+
|
| 49 |
def create_phase_diagram(
|
| 50 |
elements,
|
| 51 |
max_e_above_hull,
|