Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ default_lang = "en"
8
  from pyChatGPT import ChatGPT
9
  import whisper
10
  whisper_model = whisper.load_model("small")
 
11
  session_token = os.environ.get('SessionToken')
12
 
13
  title = "Voice to ChatGPT to Voice"
 
8
  from pyChatGPT import ChatGPT
9
  import whisper
10
  whisper_model = whisper.load_model("small")
11
+ import os
12
  session_token = os.environ.get('SessionToken')
13
 
14
  title = "Voice to ChatGPT to Voice"