Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -926,7 +926,7 @@ if atoms is not None:
|
|
926 |
calc = MatterSimCalculator(load_path=model_path, device=device)
|
927 |
elif model_type == "SEVEN_NET":
|
928 |
st.write("Setting up SEVENNET calculator...")
|
929 |
-
calc =
|
930 |
calc_atoms.calc = calc
|
931 |
|
932 |
if task == "Energy Calculation":
|
|
|
926 |
calc = MatterSimCalculator(load_path=model_path, device=device)
|
927 |
elif model_type == "SEVEN_NET":
|
928 |
st.write("Setting up SEVENNET calculator...")
|
929 |
+
calc = SevenNetCalculator(model=model_path, device=device)
|
930 |
calc_atoms.calc = calc
|
931 |
|
932 |
if task == "Energy Calculation":
|