Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
import whisper
|
3 |
import cohere
|
4 |
from gtts import gTTS
|
|
|
5 |
#from dotenv import load_dotenv
|
6 |
|
7 |
#load_dotenv()
|
|
|
2 |
import whisper
|
3 |
import cohere
|
4 |
from gtts import gTTS
|
5 |
+
import gtts.langs
|
6 |
#from dotenv import load_dotenv
|
7 |
|
8 |
#load_dotenv()
|