mskov commited on
Commit
ae3aeed
β€’
1 Parent(s): 790c667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,11 +2,11 @@ import transformers
2
  from transformers import pipeline
3
  import gradio as gr
4
  import pandas
5
- import matplotlib.pyplot as plt
6
  import os
7
  import sys
8
  os.system('python -m pip install --upgrade pip')
9
- os.system('pip install -U scikit-learn scipy matplotlib')
10
  os.system("pip install git+https://github.com/openai/whisper.git")
11
  import whisper
12
  # os.system("pip install numpy==1.20.0")
 
2
  from transformers import pipeline
3
  import gradio as gr
4
  import pandas
5
+ # import matplotlib.pyplot as plt
6
  import os
7
  import sys
8
  os.system('python -m pip install --upgrade pip')
9
+ # os.system('pip install -U scikit-learn scipy matplotlib')
10
  os.system("pip install git+https://github.com/openai/whisper.git")
11
  import whisper
12
  # os.system("pip install numpy==1.20.0")