salomonsky commited on
Commit
1610684
·
verified ·
1 Parent(s): 1ba9aea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,8 +1,6 @@
1
  import streamlit as st
2
  import base64
3
  import io
4
- from huggingface_hub import InferenceClient
5
- from gtts import gTTS
6
  import audiorecorder
7
  import speech_recognition as sr
8
 
@@ -115,4 +113,4 @@ def main():
115
  unsafe_allow_html=True)
116
 
117
  if __name__ == "__main__":
118
- main()
 
1
  import streamlit as st
2
  import base64
3
  import io
 
 
4
  import audiorecorder
5
  import speech_recognition as sr
6
 
 
113
  unsafe_allow_html=True)
114
 
115
  if __name__ == "__main__":
116
+ main()