Ahsen Khaliq commited on
Commit
c60eb53
1 Parent(s): 3a1706f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import os
3
-
 
4
  os.system('./separate_scripts/download_checkpoints.sh')
5
 
6
  def inference(audio):
 
1
  import gradio as gr
2
  import os
3
+ os.system('pip install -U torchtext==0.8.0')
4
+ os.system('pip install numpy --upgrade')
5
  os.system('./separate_scripts/download_checkpoints.sh')
6
 
7
  def inference(audio):