Spaces:
Sleeping
Sleeping
N.Achyuth Reddy
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ with st.sidebar:
|
|
20 |
RepetitionpenaltySide = st.slider("ʀᴇᴘᴇᴛɪᴛɪᴏɴ ᴘᴇɴᴀʟᴛʏ", min_value=0.0, max_value=2.0, value=1.2, step=0.05)
|
21 |
|
22 |
# Initialize client
|
23 |
-
whisper_client = Client("https://
|
24 |
|
25 |
# Function to convert text to speech using gTTS
|
26 |
def text_to_speech(text, lang='en'):
|
|
|
20 |
RepetitionpenaltySide = st.slider("ʀᴇᴘᴇᴛɪᴛɪᴏɴ ᴘᴇɴᴀʟᴛʏ", min_value=0.0, max_value=2.0, value=1.2, step=0.05)
|
21 |
|
22 |
# Initialize client
|
23 |
+
whisper_client = Client("https://sanchit-gandhi-whisper-large-v2.hf.space/")
|
24 |
|
25 |
# Function to convert text to speech using gTTS
|
26 |
def text_to_speech(text, lang='en'):
|