RiteshAkhade commited on
Commit
31bf3a8
·
verified ·
1 Parent(s): 81bc0f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import whisper
2
  import gradio as gr
3
  import torch
 
1
+ import os
2
+ os.system("pip install --upgrade openai-whisper torch")
3
  import whisper
4
  import gradio as gr
5
  import torch