Skip to content

Commit d52852a

Browse files
committed
⚡ Update readme
1 parent 2a60955 commit d52852a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<p>TensorFlowASR :zap:</p>
33
<p align="center">
44
<a href="https://github.com/TensorSpeech/TensorFlowASR/blob/main/LICENSE">
5-
<img alt="GitHub" src="https://img.shields.io/github/license/TensorSpeech/TensorFlowASR?style=for-the-badge&logo=apache">
5+
<img alt="GitHub" src="https://img.shields.io/github/license/TensorSpeech/TensorFlowASR?logo=apache">
66
</a>
7-
<img alt="python" src="https://img.shields.io/badge/python-%3E%3D3.6-blue?style=for-the-badge&logo=python">
8-
<img alt="tensorflow" src="https://img.shields.io/badge/tensorflow-%3E%3D2.3.0-orange?style=for-the-badge&logo=tensorflow">
9-
<img alt="ubuntu" src="https://img.shields.io/badge/ubuntu-%3E%3D18.04-blueviolet?style=for-the-badge&logo=ubuntu">
7+
<img alt="python" src="https://img.shields.io/badge/python-%3E%3D3.6-blue?logo=python">
8+
<img alt="tensorflow" src="https://img.shields.io/badge/tensorflow-%3E%3D2.3.0-orange?logo=tensorflow">
9+
<img alt="PyPI" src="https://img.shields.io/pypi/v/TensorFlowASR?color=%2300B4EF&label=release&logo=pypi&logoColor=%2300B4EF">
1010
</p>
1111
</h1>
1212
<h2 align="center">
@@ -31,6 +31,7 @@ TensorFlowASR implements some automatic speech recognition architectures such as
3131
- Distributed training using `tf.distribute.MirroredStrategy`
3232

3333
## Table of Contents
34+
3435
<!-- TOC -->
3536

3637
- [What's New?](#whats-new)
@@ -88,7 +89,7 @@ For anaconda3:
8889
```bash
8990
conda create -y -n tfasr tensorflow-gpu python=3.7 # tensorflow if using CPU
9091
conda activate tfasr
91-
pip install -U tensorflow-gpu # upgrade to latest version of tensorflow
92+
pip install -U tensorflow-gpu # upgrade to latest version of tensorflow
9293
git clone https://github.com/TensorSpeech/TensorFlowASR.git
9394
cd TensorFlowASR
9495
python setup.py install

0 commit comments

Comments
 (0)