Update README.md
Browse files
README.md
CHANGED
@@ -95,7 +95,7 @@ sample = dataset[0]["audio]["array"]
|
|
95 |
print(pipe.generate(sample))
|
96 |
```
|
97 |
|
98 |
-
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://
|
99 |
|
100 |
## Limitations
|
101 |
|
|
|
95 |
print(pipe.generate(sample))
|
96 |
```
|
97 |
|
98 |
+
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)
|
99 |
|
100 |
## Limitations
|
101 |
|