Yusin commited on
Commit
cb1da52
1 Parent(s): dc9622d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ default_lang = "en"
8
  #whisper_model = whisper.load_model("small")
9
  whisper = gr.Interface.load(name="spaces/sanchit-gandhi/whisper-large-v2")
10
  import os
 
 
11
  session_token = os.environ.get('SessionToken')
12
  conversation_id = os.environ.get('conversation_id')
13
  # ChatGPT
 
8
  #whisper_model = whisper.load_model("small")
9
  whisper = gr.Interface.load(name="spaces/sanchit-gandhi/whisper-large-v2")
10
  import os
11
+ os.system('apt install chromium-chromedriver')
12
+ os.system('cp /usr/lib/chromium-browser/chromedriver /usr/bin')
13
  session_token = os.environ.get('SessionToken')
14
  conversation_id = os.environ.get('conversation_id')
15
  # ChatGPT