Spaces:
Paused
Paused
Update app.py
Browse files
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'] =
|
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
|