Sadjad Alikhani commited on
Commit
8cf6c9d
·
verified ·
1 Parent(s): 2a31687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ with gr.Blocks(css="""
310
  output_textbox = gr.Textbox(label="Console Output", lines=10)
311
 
312
  file_input.change(fn=los_nlos_classification, inputs=[file_input, percentage_dropdown_los], outputs=[raw_img_los, embeddings_img_los, output_textbox])
313
- percentage_slider_los.change(fn=los_nlos_classification, inputs=[file_input, percentage_dropdown_los], outputs=[raw_img_los, embeddings_img_los, output_textbox])
314
 
315
  # Launch the app
316
  if __name__ == "__main__":
 
310
  output_textbox = gr.Textbox(label="Console Output", lines=10)
311
 
312
  file_input.change(fn=los_nlos_classification, inputs=[file_input, percentage_dropdown_los], outputs=[raw_img_los, embeddings_img_los, output_textbox])
313
+ percentage_dropdown_los.change(fn=los_nlos_classification, inputs=[file_input, percentage_dropdown_los], outputs=[raw_img_los, embeddings_img_los, output_textbox])
314
 
315
  # Launch the app
316
  if __name__ == "__main__":