ManasSharma07 commited on
Commit
3f4978b
·
verified ·
1 Parent(s): 487b81f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 = SevenNetD3Calculator(model=model_path, device=device)
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":