Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -258,9 +258,6 @@ with demo:
|
|
| 258 |
value="Protein:P63279",
|
| 259 |
choices=["Default protein", "Antifreeze protein", "Protein:P63279", "AI Generated protein", "7-bladed propeller fold", "custom"]
|
| 260 |
)
|
| 261 |
-
with gr.Row():
|
| 262 |
-
guidance_scale=gr.Slider(minimum=0, maximum=20, step=0.1, label="Guidance Scale", value=7.5)
|
| 263 |
-
num_sampling_steps=gr.Slider(minimum=10, maximum=100, step=1, label="Number of Sampling Steps", value=20)
|
| 264 |
gr.Markdown(
|
| 265 |
"## Predict peptide sequence and Plot structure for targeted protein sequence and the binder:"
|
| 266 |
)
|
|
|
|
| 258 |
value="Protein:P63279",
|
| 259 |
choices=["Default protein", "Antifreeze protein", "Protein:P63279", "AI Generated protein", "7-bladed propeller fold", "custom"]
|
| 260 |
)
|
|
|
|
|
|
|
|
|
|
| 261 |
gr.Markdown(
|
| 262 |
"## Predict peptide sequence and Plot structure for targeted protein sequence and the binder:"
|
| 263 |
)
|