runaksh commited on
Commit
95adb28
·
1 Parent(s): 006d8db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  os.system("pip install git+https://github.com/openai/whisper.git")
3
- import gradio as gr
4
  import whisper
5
 
6
  def transcribe_audio(audio):
 
1
  import os
2
  os.system("pip install git+https://github.com/openai/whisper.git")
3
+ import gradio
4
  import whisper
5
 
6
  def transcribe_audio(audio):