antitheft159 commited on
Commit
79de665
·
verified ·
1 Parent(s): 4a325b4

Update securecypher.space.py

Browse files
Files changed (1) hide show
  1. 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], x4, "Processed Visual")
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