Thorsten-Voice commited on
Commit
ca52792
1 Parent(s): ccbe84e

Add dependency for image visu

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import os
6
  from os.path import exists
7
  import requests
8
  import tarfile
 
9
 
10
  BASE_PATH = os.getcwd() # /home/user/app
11
  URL_PIPER_DOWNLOAD = "https://github.com/rhasspy/piper/releases/download/v1.2.0/piper_amd64.tar.gz"
 
6
  from os.path import exists
7
  import requests
8
  import tarfile
9
+ from PIL import Image
10
 
11
  BASE_PATH = os.getcwd() # /home/user/app
12
  URL_PIPER_DOWNLOAD = "https://github.com/rhasspy/piper/releases/download/v1.2.0/piper_amd64.tar.gz"