Commit
·
51810f7
1
Parent(s):
4bf8559
Initial deployment: Antibody non-specificity predictor
Browse files- ESM-1v (650M) + Logistic Regression
- Trained on Boughter dataset
- Pydantic v2 validation
- Gradio 5.x UI
app.py
CHANGED
|
@@ -281,6 +281,7 @@ with gr.Blocks(theme=theme, title="Antibody Predictor") as app:
|
|
| 281 |
gr.Examples(
|
| 282 |
examples=examples,
|
| 283 |
inputs=[sequence_input, threshold_input, assay_input],
|
|
|
|
| 284 |
)
|
| 285 |
|
| 286 |
# Right Column: Outputs
|
|
|
|
| 281 |
gr.Examples(
|
| 282 |
examples=examples,
|
| 283 |
inputs=[sequence_input, threshold_input, assay_input],
|
| 284 |
+
label=None,
|
| 285 |
)
|
| 286 |
|
| 287 |
# Right Column: Outputs
|