Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks() as demo:
|
|
174 |
|
175 |
predict_button.click(
|
176 |
fn=predict_stability,
|
177 |
-
inputs=[model_choice, organism_choice,
|
178 |
outputs=prediction_output,
|
179 |
)
|
180 |
|
|
|
174 |
|
175 |
predict_button.click(
|
176 |
fn=predict_stability,
|
177 |
+
inputs=[model_choice, organism_choice, None, sequence],
|
178 |
outputs=prediction_output,
|
179 |
)
|
180 |
|