clementruhm commited on
Commit
5b5d4c0
1 Parent(s): ef55711

add missing imports

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ Copyright 2022 Balacoon
4
  TTS interactive demo
5
  """
6
 
 
 
7
  import logging
8
  from typing import cast
9
 
 
4
  TTS interactive demo
5
  """
6
 
7
+ import os
8
+ import glob
9
  import logging
10
  from typing import cast
11