mrfakename commited on
Commit
5d2c622
1 Parent(s): 48c3700

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

Files changed (1) hide show
  1. README_REPO.md +5 -0
README_REPO.md CHANGED
@@ -38,6 +38,11 @@ Install other packages:
38
  pip install -r requirements.txt
39
  ```
40
 
 
 
 
 
 
41
  ## Prepare Dataset
42
 
43
  Example data processing scripts for Emilia and Wenetspeech4TTS, and you may tailor your own one along with a Dataset class in `model/dataset.py`.
 
38
  pip install -r requirements.txt
39
  ```
40
 
41
+ **[Optional]**: We provide [Dockerfile](https://github.com/SWivid/F5-TTS/blob/main/Dockerfile) and you can use the following command to build it.
42
+ ```bash
43
+ docker build -t f5tts:v1 .
44
+ ```
45
+
46
  ## Prepare Dataset
47
 
48
  Example data processing scripts for Emilia and Wenetspeech4TTS, and you may tailor your own one along with a Dataset class in `model/dataset.py`.