BassWow commited on
Commit
659587e
1 Parent(s): 185344f
Files changed (2) hide show
  1. app.py +2 -0
  2. requirements.txt +0 -2
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
  import whisper
3
 
 
1
+ import os
2
+ os.system("pip install git+https://github.com/openai/whisper.git")
3
  import gradio as gr
4
  import whisper
5
 
requirements.txt CHANGED
@@ -1,2 +0,0 @@
1
- whisper
2
- gradio