Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
import
|
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
|