akhaliq HF staff commited on
Commit
1f7af69
1 Parent(s): 347b486

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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