Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update 1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdenton4 authored Mar 9, 2023
1 parent 05bfdc2 commit a6aefc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ model = hub.load('https://tfhub.dev/google/bird-vocalization-classifier/1')
waveform = np.zeros(5 * 32000, dtype=np.float32)

# Run the model, check the output.
logits, embeddings = model(waveform)
logits, embeddings = model.infer_tf(waveform)
```

### Example using Chirp lib
Expand Down

0 comments on commit a6aefc6

Please sign in to comment.