Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,9 @@ with patch('builtins.input', always_yes):
|
|
23 |
#################################
|
24 |
# Path to the audio file
|
25 |
#SAMPLE_AUDIOS = ["sampleaudio.wav"]
|
26 |
-
SAMPLE_AUDIOS = ["/
|
|
|
|
|
27 |
|
28 |
|
29 |
|
|
|
23 |
#################################
|
24 |
# Path to the audio file
|
25 |
#SAMPLE_AUDIOS = ["sampleaudio.wav"]
|
26 |
+
SAMPLE_AUDIOS = ["PDF2AUDIO/sampleaudio.wav"]
|
27 |
+
|
28 |
+
|
29 |
|
30 |
|
31 |
|