Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,6 @@ def plot_confusion_matrix_beamPred(cm, classes, title, save_path, theme='Dark'):
|
|
| 104 |
plt.xlabel('Predicted label', color=text_color, fontsize=20)
|
| 105 |
plt.tight_layout()
|
| 106 |
|
| 107 |
-
# Save the plot as an image
|
| 108 |
plt.savefig(save_path, transparent=True) # Transparent to blend with the site background
|
| 109 |
plt.close()
|
| 110 |
|
|
|
|
| 104 |
plt.xlabel('Predicted label', color=text_color, fontsize=20)
|
| 105 |
plt.tight_layout()
|
| 106 |
|
|
|
|
| 107 |
plt.savefig(save_path, transparent=True) # Transparent to blend with the site background
|
| 108 |
plt.close()
|
| 109 |
|