We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3936ea5 commit b926d1dCopy full SHA for b926d1d
app.py
@@ -15,7 +15,7 @@
15
16
st.title("RAG System: Knowledge Base Integration")
17
st.sidebar.title("Upload Files")
18
-import whisper
+import whisper #h
19
20
def transcribe_audio(uploaded_file):
21
audio_file = uploaded_file.read()
0 commit comments