sindhuhegde commited on
Commit
a46bf79
·
verified ·
1 Parent(s): 403c399

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -12,6 +12,9 @@ from utils.audio_utils import *
12
  from utils.inference_utils import *
13
  from sync_models.gestsync_models import *
14
 
 
 
 
15
  from tqdm import tqdm
16
  from scipy.io.wavfile import write
17
  import mediapipe as mp
 
12
  from utils.inference_utils import *
13
  from sync_models.gestsync_models import *
14
 
15
+ import sys
16
+ if sys.version_info > (3, 0): long, unicode, basestring = int, str, str
17
+
18
  from tqdm import tqdm
19
  from scipy.io.wavfile import write
20
  import mediapipe as mp