Skip to content

Commit

Permalink
fix build failure (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinprasadhs authored Oct 22, 2024
1 parent e38afa2 commit 5ae9a54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/api_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,11 +614,11 @@
"title": "MelSpectrogram layer",
"generate": ["keras.layers.MelSpectrogram"],
},
{
"path": "stft_spectrogram",
"title": "STFTSpectrogram layer",
"generate": ["keras.layers.STFTSpectrogram"],
},
# {
# "path": "stft_spectrogram",
# "title": "STFTSpectrogram layer",
# "generate": ["keras.layers.STFTSpectrogram"],
# },
],
},
],
Expand Down

0 comments on commit 5ae9a54

Please sign in to comment.