sagawa commited on
Commit
aad23a2
1 Parent(s): 9329e39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def predict_stability(cfg, model_choice, organism_choice, pdb_file=None, sequenc
46
  cfg.architecture = model_choice
47
  cfg.model_path = f"sagawa/PLTNUM-{model_choice}-{cell_line}"
48
  output = predict(cfg, sequence)
49
- return f"Predicted Stability using {model_choice} for {organism_choice}: Example Output with sequence {sequence}..."
50
  else:
51
  return "No valid input provided."
52
 
 
46
  cfg.architecture = model_choice
47
  cfg.model_path = f"sagawa/PLTNUM-{model_choice}-{cell_line}"
48
  output = predict(cfg, sequence)
49
+ return f"Predicted Stability using {model_choice} for {organism_choice}: Example Output with sequence {output}..."
50
  else:
51
  return "No valid input provided."
52