Spaces:
mskov
/
Runtime error

mskov commited on
Commit
4a18e2f
·
1 Parent(s): 3036933

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import os
2
  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
 
 
2
  os.system("pip install git+https://github.com/openai/whisper.git")
3
  import gradio as gr
4
  import whisper
5
+ from transformers import pipeline
6
 
7
  from share_btn import community_icon_html, loading_icon_html, share_js
8