Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
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 |
-
|
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__":
|