majweldon commited on
Commit
218aeeb
1 Parent(s): 3d973b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import soundfile as sf
4
  import speech_recognition as sr
5
  from gtts import gTTS
6
  import tempfile
 
7
 
8
  # Set your OpenAI API key
9
 
 
4
  import speech_recognition as sr
5
  from gtts import gTTS
6
  import tempfile
7
+ import os
8
 
9
  # Set your OpenAI API key
10