Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|