Update README.md

#4
by Chan-Y - opened
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -41,7 +41,7 @@ Read more about our models [here](https://www.zyphra.com/post/beta-release-of-zo
41
  ## Docker Installation
42
 
43
  ```bash
44
- git clone git@github.com:Zyphra/Zonos.git
45
  cd Zonos
46
 
47
  # For gradio
@@ -51,7 +51,7 @@ docker compose up
51
  docker build -t Zonos .
52
  docker run -it --gpus=all --net=host -v /path/to/Zonos:/Zonos -t Zonos
53
  cd /Zonos
54
- python3 sample.py # this will generate a sample.wav in /Zonos
55
  ```
56
 
57
  ## DIY Installation
@@ -80,7 +80,7 @@ This will produce `sample.wav` in the `Zonos` directory.
80
 
81
  ## Getting started with Zonos in python
82
  Once you have Zonos installed try generating audio programmatically in python
83
- ```python3
84
  import torch
85
  import torchaudio
86
  from zonos.model import Zonos
 
41
  ## Docker Installation
42
 
43
  ```bash
44
+ git clone https://github.com/Zyphra/Zonos.git
45
  cd Zonos
46
 
47
  # For gradio
 
51
  docker build -t Zonos .
52
  docker run -it --gpus=all --net=host -v /path/to/Zonos:/Zonos -t Zonos
53
  cd /Zonos
54
+ python sample.py # this will generate a sample.wav in /Zonos
55
  ```
56
 
57
  ## DIY Installation
 
80
 
81
  ## Getting started with Zonos in python
82
  Once you have Zonos installed try generating audio programmatically in python
83
+ ```python
84
  import torch
85
  import torchaudio
86
  from zonos.model import Zonos