Skip to content

Commit b926d1d

Browse files
Update app.py
1 parent 3936ea5 commit b926d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
st.title("RAG System: Knowledge Base Integration")
1717
st.sidebar.title("Upload Files")
18-
import whisper
18+
import whisper #h
1919

2020
def transcribe_audio(uploaded_file):
2121
audio_file = uploaded_file.read()

0 commit comments

Comments
 (0)