Skip to content

Commit

Permalink
remove figure numbers (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Haupt authored Dec 20, 2024
1 parent 9c1480a commit 9c42344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdnet_analyzer/gui/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def update_review(next_review_state: dict, selected_species: str = None):
update_dict |= {
review_item_col: gr.Column(visible=True),
review_audio: gr.Audio(value=todo_files[0], label=os.path.basename(todo_files[0])),
spectrogram_image: utils.spectrogram_from_file(todo_files[0], 1),
spectrogram_image: utils.spectrogram_from_file(todo_files[0]),
no_samles_label: gr.Label(visible=False),
}
else:
Expand Down

0 comments on commit 9c42344

Please sign in to comment.