vumichien commited on
Commit
0ac7fe7
1 Parent(s): 7c2ed5f

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -3,7 +3,7 @@ import base64
3
  from PIL import Image
4
  import cv2
5
  import numpy as np
6
-
7
 
8
  def tts(text: str, language="ja") -> object:
9
  """Converts text into autoplay html.
 
3
  from PIL import Image
4
  import cv2
5
  import numpy as np
6
+ from gtts import gTTS
7
 
8
  def tts(text: str, language="ja") -> object:
9
  """Converts text into autoplay html.