cmeyer5678 commited on
Commit
687a427
·
verified ·
1 Parent(s): 637b7d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ Spring 2024 AI Club at San Diego State University
12
  ## Downloading library dependencies
13
  """
14
  pip install --upgrade pip
 
15
  pip install gradio
16
  pip install git+https://github.com/openai/whisper.git
17
  pip install translate
 
12
  ## Downloading library dependencies
13
  """
14
  pip install --upgrade pip
15
+ pip install spacy
16
  pip install gradio
17
  pip install git+https://github.com/openai/whisper.git
18
  pip install translate