Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
import streamlit as st
|
|
|
|
|
|
|
2 |
import speech_recognition as sr
|
3 |
from pydub import AudioSegment
|
4 |
from pydub.playback import play
|
|
|
1 |
import streamlit as st
|
2 |
+
from huggingface_hub import InferenceClient
|
3 |
+
from gtts import gTTS
|
4 |
+
import base64
|
5 |
import speech_recognition as sr
|
6 |
from pydub import AudioSegment
|
7 |
from pydub.playback import play
|