Lenylvt commited on
Commit
87107a2
·
verified ·
1 Parent(s): c60e096

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from openai_whisper import whisper
3
 
4
  # Load the Whisper model
5
  model = whisper.load_model("base")
 
1
  import gradio as gr
2
+ import whisper
3
 
4
  # Load the Whisper model
5
  model = whisper.load_model("base")