drewThomasson commited on
Commit
1c81856
1 Parent(s): 252c34c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  # xtts-finetune-webui
2
 
3
  This webui is a slightly modified copy of the [official webui](https://github.com/coqui-ai/TTS/pull/3296) for finetune xtts.
@@ -51,9 +58,6 @@ If you are looking for an option for normal XTTS use look here [https://github.c
51
 
52
  ![image](https://github.com/daswer123/xtts-finetune-webui/assets/22278673/aa05bcd4-8642-4de4-8f2f-bc0f5571af63)
53
 
54
- ## Google colab
55
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/DrewThomasson/xtts-finetune-webui/blob/main/notebook/xtts_finetune_webui.ipynb)
56
-
57
  ## Install
58
 
59
  1. Make sure you have `Cuda` installed
@@ -73,9 +77,4 @@ If you are looking for an option for normal XTTS use look here [https://github.c
73
  1. Run `bash install.sh`
74
  2. To start the server start `start.sh`
75
  3. Go to the local address `127.0.0.1:5003`
76
-
77
- ### On Apple Silicon Mac (python 3.10 env)
78
- 1. Run `pip install --no-deps -r apple_silicon_requirements.txt`
79
- 2. To start the server `python xtts_demo.py`
80
- 3. Go to the local address `127.0.0.1:5003`
81
- ~
 
1
+ ---
2
+ license: mit
3
+ title: Other guys fine tune xtts web ui idk
4
+ emoji: 🐢
5
+ short_description: Other guys fine tune xtts web ui idk
6
+ sdk: gradio
7
+ ---
8
  # xtts-finetune-webui
9
 
10
  This webui is a slightly modified copy of the [official webui](https://github.com/coqui-ai/TTS/pull/3296) for finetune xtts.
 
58
 
59
  ![image](https://github.com/daswer123/xtts-finetune-webui/assets/22278673/aa05bcd4-8642-4de4-8f2f-bc0f5571af63)
60
 
 
 
 
61
  ## Install
62
 
63
  1. Make sure you have `Cuda` installed
 
77
  1. Run `bash install.sh`
78
  2. To start the server start `start.sh`
79
  3. Go to the local address `127.0.0.1:5003`
80
+ ~