Hukuna commited on
Commit
a229414
·
verified ·
1 Parent(s): 98b063b

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -40,7 +40,7 @@ def display(output,style,resn):
40
  # imformation
41
  protein=Protein.from_PDB(output,device=device)
42
  st.subheader("Protein Information:")
43
- st.write(f"Device: {protein.device}")
44
  st.write(f"Protein Length: {len(protein)} residues")
45
  st.write(f"Structured Residue Count: {protein.length(structured=True)}")
46
 
 
40
  # imformation
41
  protein=Protein.from_PDB(output,device=device)
42
  st.subheader("Protein Information:")
43
+ st.write(f"Device: GPU")
44
  st.write(f"Protein Length: {len(protein)} residues")
45
  st.write(f"Structured Residue Count: {protein.length(structured=True)}")
46