N.Achyuth Reddy commited on
Commit
a8f2e67
·
verified ·
1 Parent(s): 2f039a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://hf-audio-whisper-large-v3.hf.space/")
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'):