radinhas commited on
Commit
be01c54
1 Parent(s): a73450a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ os.system("pip install git+https://github.com/openai/whisper.git")
3
  import gradio as gr
4
  import whisper
5
 
 
6
  from share_btn import community_icon_html, loading_icon_html, share_js
7
 
8
  model = whisper.load_model("small")
 
3
  import gradio as gr
4
  import whisper
5
 
6
+
7
  from share_btn import community_icon_html, loading_icon_html, share_js
8
 
9
  model = whisper.load_model("small")