aiqcamp commited on
Commit
7d02436
·
verified ·
1 Parent(s): 93008f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -398,7 +398,7 @@ def protein_diffusion_model(sequence, seq_len, helix_bias, strand_bias, loop_bia
398
  S.args['dump_trb'] = False
399
  S.args['dump_args'] = True
400
  S.args['save_best_plddt'] = True
401
- S.args['T'] = 20
402
  S.args['strand_bias'] = 0.0
403
  S.args['loop_bias'] = 0.0
404
  S.args['helix_bias'] = 0.0
 
398
  S.args['dump_trb'] = False
399
  S.args['dump_args'] = True
400
  S.args['save_best_plddt'] = True
401
+ S.args['T'] = 25
402
  S.args['strand_bias'] = 0.0
403
  S.args['loop_bias'] = 0.0
404
  S.args['helix_bias'] = 0.0