simonduerr commited on
Commit
679703f
·
verified ·
1 Parent(s): 73f5f3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1298,7 +1298,7 @@ with proteinMPNN:
1298
  minimum=1, maximum=15, value=1, step=1, label="Number of sequences"
1299
  )
1300
  sampling_temp = gr.Radio(
1301
- choices=["0.1", "0.15", "0.2", "0.25", "0.3"],
1302
  value="0.1",
1303
  label="Sampling temperature",
1304
  )
 
1298
  minimum=1, maximum=15, value=1, step=1, label="Number of sequences"
1299
  )
1300
  sampling_temp = gr.Radio(
1301
+ choices=["0.1", "0.15", "0.2", "0.25", "0.3", "1.0"],
1302
  value="0.1",
1303
  label="Sampling temperature",
1304
  )