isaakkamau commited on
Commit
0a318ac
·
1 Parent(s): 858c3c5

commented out openai

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  import subprocess
7
  import whisper
8
  from whisper.utils import write_vtt
9
- import openai
10
 
11
  #from gtts import gTTS
12
  from gtts import *
@@ -215,4 +215,4 @@ st.markdown(
215
  </div>
216
  ''',
217
  unsafe_allow_html=True
218
- )
 
6
  import subprocess
7
  import whisper
8
  from whisper.utils import write_vtt
9
+ #import openai
10
 
11
  #from gtts import gTTS
12
  from gtts import *
 
215
  </div>
216
  ''',
217
  unsafe_allow_html=True
218
+ )