Update app.py
Browse files
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
|