Hak5 commited on
Commit
57334fb
·
verified ·
1 Parent(s): 8053e74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,7 +18,7 @@ Open source Armenian text-to-speech checkpoint for AVoice.
18
 
19
  Runtime code:
20
 
21
- `https://github.com/Hakob-Harutyunyan/Avoice`
22
 
23
  ## Usage
24
 
@@ -26,7 +26,7 @@ Try it in Kaggle!
26
  https://www.kaggle.com/code/hakdevelopment/avoice-testing
27
 
28
  ```bash
29
- git clone https://github.com/Hakob-Harutyunyan/Avoice.git
30
  cd Avoice
31
  pip install -U pip
32
  pip install -e .
@@ -42,7 +42,7 @@ omnivoice-infer \
42
  ## Docker
43
 
44
  ```bash
45
- docker build -t avoice-api https://github.com/Hakob-Harutyunyan/Avoice.git
46
 
47
  docker run --gpus all --rm -p 8000:8000 \
48
  -e OMNIVOICE_MODEL=Hak5/AVoice-TTS \
 
18
 
19
  Runtime code:
20
 
21
+ `https://github.com/Hakob-Harutyunyan/AVoice`
22
 
23
  ## Usage
24
 
 
26
  https://www.kaggle.com/code/hakdevelopment/avoice-testing
27
 
28
  ```bash
29
+ git clone https://github.com/Hakob-Harutyunyan/AVoice.git
30
  cd Avoice
31
  pip install -U pip
32
  pip install -e .
 
42
  ## Docker
43
 
44
  ```bash
45
+ docker build -t avoice-api https://github.com/Hakob-Harutyunyan/AVoice.git
46
 
47
  docker run --gpus all --rm -p 8000:8000 \
48
  -e OMNIVOICE_MODEL=Hak5/AVoice-TTS \