sagawa commited on
Commit
895c566
·
verified ·
1 Parent(s): fa9368c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, gr.update(visible=False), sequence],
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