Skip to content

Commit

Permalink
Update text2speech and speech2text READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Mar 14, 2023
1 parent 0eca4b3 commit 1388e20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions nodes/speech2text/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# speech2text

[![PyPI - Version](https://img.shields.io/pypi/v/speech2text.svg)](https://pypi.org/project/speech2text)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/speech2text.svg)](https://pypi.org/project/speech2text)
[![PyPI - Version](https://img.shields.io/pypi/v/farm-haystack-speech2text.svg)](https://pypi.org/project/farm-haystack-speech2text)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/farm-haystack-speech2text.svg)](https://pypi.org/project/farm-haystack-speech2text)

-----
---

**Table of Contents**

Expand All @@ -14,7 +14,7 @@
## Installation

```console
pip install haystack-speech2text
pip install farm-haystack-text2speech-speech2text
```

## Installation
Expand All @@ -28,7 +28,7 @@ sudo apt-get install libsndfile1 ffmpeg
Step 2. Install the package. With pip:

```console
pip install haystack-speech2text
pip install farm-haystack-text2speech-speech2text
```

## License
Expand Down
10 changes: 5 additions & 5 deletions nodes/text2speech/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# text2speech

[![PyPI - Version](https://img.shields.io/pypi/v/text2speech.svg)](https://pypi.org/project/text2speech)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/text2speech.svg)](https://pypi.org/project/text2speech)
[![PyPI - Version](https://img.shields.io/pypi/v/farm-haystack-text2speech.svg)](https://pypi.org/project/farm-haystack-text2speech)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/farm-haystack-text2speech.svg)](https://pypi.org/project/farm-haystack-text2speech)

-----
---

**Table of Contents**

Expand All @@ -14,7 +14,7 @@
## Installation

```console
pip install haystack-text2speech
pip install farm-haystack-text2speech-text2speech
```

## Installation
Expand All @@ -28,7 +28,7 @@ sudo apt-get install libsndfile1 ffmpeg
Step 2. Install the package. With pip:

```console
pip install haystack-text2speech
pip install farm-haystack-text2speech-text2speech
```

## License
Expand Down

0 comments on commit 1388e20

Please sign in to comment.