pointer to the show and tell section

This commit is contained in:
Jong Wook Kim
2022-09-29 14:57:12 -07:00
parent 5905e503b8
commit 30dc5c581b

View File

@@ -129,6 +129,11 @@ result = whisper.decode(model, mel, options)
print(result.text)
```
## More examples
Please use the [🙌 Show and tell](https://github.com/openai/whisper/discussions/categories/show-and-tell) category in Discussions for sharing more example usages of Whisper and third-party extensions such as web demos, integrations with other tools, ports for different platforms, etc.
## License
The code and the model weights of Whisper are released under the MIT License. See [LICENSE](LICENSE) for further details.