Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -583,8 +583,8 @@ with gr.Blocks(css="""
|
|
583 |
|
584 |
theme_dropdown = 'Dark'
|
585 |
# Update the confusion matrices whenever sliders change
|
586 |
-
data_percentage_slider.change(fn=beam_prediction_task, inputs=[data_percentage_slider, task_complexity_dropdown
|
587 |
-
task_complexity_dropdown.change(fn=beam_prediction_task, inputs=[data_percentage_slider, task_complexity_dropdown
|
588 |
#theme_dropdown.change(fn=beam_prediction_task, inputs=[data_percentage_slider, task_complexity_dropdown, theme_dropdown], outputs=[raw_img_bp, embeddings_img_bp])
|
589 |
|
590 |
# Add a conclusion section at the bottom
|
|
|
583 |
|
584 |
theme_dropdown = 'Dark'
|
585 |
# Update the confusion matrices whenever sliders change
|
586 |
+
data_percentage_slider.change(fn=beam_prediction_task, inputs=[data_percentage_slider, task_complexity_dropdown], outputs=[raw_img_bp, embeddings_img_bp])
|
587 |
+
task_complexity_dropdown.change(fn=beam_prediction_task, inputs=[data_percentage_slider, task_complexity_dropdown], outputs=[raw_img_bp, embeddings_img_bp])
|
588 |
#theme_dropdown.change(fn=beam_prediction_task, inputs=[data_percentage_slider, task_complexity_dropdown, theme_dropdown], outputs=[raw_img_bp, embeddings_img_bp])
|
589 |
|
590 |
# Add a conclusion section at the bottom
|