simonduerr commited on
Commit
59d8d3d
·
verified ·
1 Parent(s): 29e5a8a

Update inference_app.py

Browse files
Files changed (1) hide show
  1. inference_app.py +1 -1
inference_app.py CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks() as app:
176
  False
177
  ],
178
  ],
179
- [input_system_id, input_complex_pinder, methodname_pinder, store_pinder],
180
  )
181
  eval_btn_pinder = gr.Button("Run Evaluation")
182
 
 
176
  False
177
  ],
178
  ],
179
+ [input_system_id_pinder, input_complex_pinder, methodname_pinder, store_pinder],
180
  )
181
  eval_btn_pinder = gr.Button("Run Evaluation")
182