drewThomasson commited on
Commit
af6f4c7
1 Parent(s): c5b8054

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -867,7 +867,9 @@ def run_gradio_interface():
867
 
868
  This interface is based on [Ebook2AudioBookXTTS](https://github.com/DrewThomasson/ebook2audiobookXTTS).
869
 
870
- Free Google Colab [![Free Google Colab](https://github.com/user-attachments/assets/a8a0d8c8-d605-4f52-a812-d45c779510a9)](https://colab.research.google.com/github/DrewThomasson/ebook2audiobookXTTS/blob/main/Notebooks/colab_ebook2audiobookxtts.ipynb)
 
 
871
 
872
  """
873
  )
 
867
 
868
  This interface is based on [Ebook2AudioBookXTTS](https://github.com/DrewThomasson/ebook2audiobookXTTS).
869
 
870
+ Xtts is very slow, you should just run it locally with docker, info in ebook2audiobookxtts github
871
+
872
+ Or on Free Google Colab [![Free Google Colab](https://github.com/user-attachments/assets/a8a0d8c8-d605-4f52-a812-d45c779510a9)](https://colab.research.google.com/github/DrewThomasson/ebook2audiobookXTTS/blob/main/Notebooks/colab_ebook2audiobookxtts.ipynb)
873
 
874
  """
875
  )