drewThomasson commited on
Commit
9af691b
·
verified ·
1 Parent(s): 3939bf8

Update lib/functions.py

Browse files
Files changed (1) hide show
  1. lib/functions.py +2 -0
lib/functions.py CHANGED
@@ -1124,6 +1124,8 @@ def web_interface(args):
1124
  https://github.com/DrewThomasson/ebook2audiobook<br/>
1125
  Convert eBooks into immersive audiobooks with realistic voice TTS models.<br/>
1126
  Multiuser, multiprocessing, multithread on a geo cluster to share the conversion to the Grid.
 
 
1127
  '''
1128
  )
1129
  with gr.Tabs():
 
1124
  https://github.com/DrewThomasson/ebook2audiobook<br/>
1125
  Convert eBooks into immersive audiobooks with realistic voice TTS models.<br/>
1126
  Multiuser, multiprocessing, multithread on a geo cluster to share the conversion to the Grid.
1127
+ [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/DrewThomasson/ebook2audiobook)
1128
+ [![Free Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/DrewThomasson/ebook2audiobook/blob/main/Notebooks/colab_ebook2audiobook.ipynb)
1129
  '''
1130
  )
1131
  with gr.Tabs():