Skip to content

Commit 5ae9a54

Browse files
fix build failure (#1971)
1 parent e38afa2 commit 5ae9a54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/api_master.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -614,11 +614,11 @@
614614
"title": "MelSpectrogram layer",
615615
"generate": ["keras.layers.MelSpectrogram"],
616616
},
617-
{
618-
"path": "stft_spectrogram",
619-
"title": "STFTSpectrogram layer",
620-
"generate": ["keras.layers.STFTSpectrogram"],
621-
},
617+
# {
618+
# "path": "stft_spectrogram",
619+
# "title": "STFTSpectrogram layer",
620+
# "generate": ["keras.layers.STFTSpectrogram"],
621+
# },
622622
],
623623
},
624624
],

0 commit comments

Comments
 (0)