Spaces:
Running
on
Zero
Running
on
Zero
fix msg
Browse files
app.py
CHANGED
@@ -2562,7 +2562,7 @@ with demo:
|
|
2562 |
output_tsne_plots[output_slot] = gr.update(value=output_tsne_plot, label=tree_label)
|
2563 |
output_heatmaps[output_slot] = gr.update(value=heatmap_images, label=heatmap_label)
|
2564 |
output_texts[output_slot] = gr.update(value=logging_text)
|
2565 |
-
gr.Info(f"Output in [row#{max_rows-output_slot}]", 3)
|
2566 |
logging_text += f"\nOutput: [row#{max_rows-output_slot}]"
|
2567 |
output_slot -= 1
|
2568 |
if output_slot < 0:
|
|
|
2562 |
output_tsne_plots[output_slot] = gr.update(value=output_tsne_plot, label=tree_label)
|
2563 |
output_heatmaps[output_slot] = gr.update(value=heatmap_images, label=heatmap_label)
|
2564 |
output_texts[output_slot] = gr.update(value=logging_text)
|
2565 |
+
# gr.Info(f"Output in [row#{max_rows-output_slot}]", 3)
|
2566 |
logging_text += f"\nOutput: [row#{max_rows-output_slot}]"
|
2567 |
output_slot -= 1
|
2568 |
if output_slot < 0:
|