meraj12 commited on
Commit
e18b024
·
verified ·
1 Parent(s): 3ef5ef5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- import whisper
3
  import openai
4
  import tempfile
5
  import os
 
1
  import streamlit as st
2
+ import whisper # This will now refer to the correct openai-whisper
3
  import openai
4
  import tempfile
5
  import os