Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -374,7 +374,7 @@ with demo:
|
|
| 374 |
# "Finetune Pre-trained Model" actions
|
| 375 |
finetune_button.click(
|
| 376 |
fn = finetune,
|
| 377 |
-
inputs=[base_model_name],
|
| 378 |
outputs = [output_text],
|
| 379 |
)
|
| 380 |
|
|
|
|
| 374 |
# "Finetune Pre-trained Model" actions
|
| 375 |
finetune_button.click(
|
| 376 |
fn = finetune,
|
| 377 |
+
inputs=[base_model_name,peptide_length],
|
| 378 |
outputs = [output_text],
|
| 379 |
)
|
| 380 |
|