Update README.md
Browse files
README.md
CHANGED
@@ -94,7 +94,7 @@ sample = dataset[0]["audio]["array"]
|
|
94 |
print(pipe.generate(sample))
|
95 |
```
|
96 |
|
97 |
-
More GenAI usage examples can be found in OpenVINO GenAI library [docs](https://github.com/openvinotoolkit/openvino.genai/blob/master/src/README.md) and [samples](https://
|
98 |
|
99 |
## Limitations
|
100 |
|
|
|
94 |
print(pipe.generate(sample))
|
95 |
```
|
96 |
|
97 |
+
More GenAI usage examples can be found in OpenVINO GenAI library [docs](https://github.com/openvinotoolkit/openvino.genai/blob/master/src/README.md) and [samples](https://github.com/openvinotoolkit/openvino.genai?tab=readme-ov-file#openvino-genai-samples)
|
98 |
|
99 |
## Limitations
|
100 |
|