antitheft159
commited on
Update securecypher.space.py
Browse files- securecypher.space.py +1 -1
securecypher.space.py
CHANGED
@@ -51,7 +51,7 @@ class SecureWaveformProcessor(nn.Module):
|
|
51 |
self._plot_spectrogram(self.input_data[0], ax3, "Original Visual")
|
52 |
|
53 |
ax4 = fig.add_subplot(gs[1, 1])
|
54 |
-
self._plot_spectrogram(processed_data[0],
|
55 |
|
56 |
plt.tight_layout()
|
57 |
return fig
|
|
|
51 |
self._plot_spectrogram(self.input_data[0], ax3, "Original Visual")
|
52 |
|
53 |
ax4 = fig.add_subplot(gs[1, 1])
|
54 |
+
self._plot_spectrogram(processed_data[0], ax4, "Processed Visual")
|
55 |
|
56 |
plt.tight_layout()
|
57 |
return fig
|