Update README.md
Browse files
README.md
CHANGED
@@ -53,3 +53,8 @@ output = transcribe(audio_path, task="asr") # Options: "dialect", "asr", "trans
|
|
53 |
|
54 |
print("Generated Text:", output)
|
55 |
```
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
print("Generated Text:", output)
|
55 |
```
|
56 |
+
|
57 |
+
|
58 |
+
## License
|
59 |
+
|
60 |
+
TinyOctopus is under [MIT license](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md).
|