deekshachilukuri commited on
Commit
26dd018
·
verified ·
1 Parent(s): b6ce9bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -25,9 +25,7 @@ with patch('builtins.input', always_yes):
25
 
26
 
27
 
28
- # Define the relative path to the audio file
29
- sa = os.path.join('..', 'Data', 'sampleaudio.wav')
30
-
31
 
32
 
33
 
 
25
 
26
 
27
 
28
+ sa = os.path.join('Data', 'sampleaudio.wav')
 
 
29
 
30
 
31