as-cle-bert commited on
Commit
0b8f649
Β·
verified Β·
1 Parent(s): 78afc4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks() as demo1:
174
  else:
175
  seqs = load_protein_sequences(inputfile)
176
  print("Loaded sequences")
177
- for header in seqs:
178
  pdb_path = f'{seq.replace(" ", "_").replace(",","")}.pdb'
179
  html, pdb = fold_protein_wpdb(seqs[seq], pdb_path)
180
  print(f"Prediction for {seq} is over")
 
174
  else:
175
  seqs = load_protein_sequences(inputfile)
176
  print("Loaded sequences")
177
+ for seq in seqs:
178
  pdb_path = f'{seq.replace(" ", "_").replace(",","")}.pdb'
179
  html, pdb = fold_protein_wpdb(seqs[seq], pdb_path)
180
  print(f"Prediction for {seq} is over")