Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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 |
)
|