omersaidd commited on
Commit
5998c6c
1 Parent(s): 542fb17

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 SpeechRecognition as sr
3
 
4
  def recognize_speech(duration):
5
  # initialize the recognizer
 
1
  import streamlit as st
2
+ import speech_recognition as sr
3
 
4
  def recognize_speech(duration):
5
  # initialize the recognizer