EmadSalem commited on
Commit
aaa1050
1 Parent(s): 3dbaf51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import tempfile
2
  import gradio as gr
3
  from neon_tts_plugin_coqui import CoquiTTS
@@ -11,8 +12,6 @@ whisper_model = whisper.load_model("small")
11
  import os
12
  session_token = os.environ.get('SessionToken')
13
 
14
- title = "Speech to ChatGPT to Speech"
15
-
16
 
17
 
18
 
 
1
+ import numpy as np
2
  import tempfile
3
  import gradio as gr
4
  from neon_tts_plugin_coqui import CoquiTTS
 
12
  import os
13
  session_token = os.environ.get('SessionToken')
14
 
 
 
15
 
16
 
17