Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
07807b3
1
Parent(s):
45bbd9a
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ Hope this will be a Successful Project!!!
|
|
15 |
"""
|
16 |
|
17 |
# Initialize client
|
18 |
-
whisper_client = Client("https://
|
19 |
|
20 |
# Function to convert text to speech using gTTS
|
21 |
def text_to_speech(text, lang='en'):
|
|
|
15 |
"""
|
16 |
|
17 |
# Initialize client
|
18 |
+
whisper_client = Client("https://hf-audio-whisper-large-v3.hf.space/")
|
19 |
|
20 |
# Function to convert text to speech using gTTS
|
21 |
def text_to_speech(text, lang='en'):
|