Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
|
|
2 |
from PIL import Image
|
3 |
import os
|
4 |
from gtts import gTTS
|
|
|
5 |
|
6 |
st.image('calamo.png', caption="", use_column_width=False)
|
7 |
|
|
|
2 |
from PIL import Image
|
3 |
import os
|
4 |
from gtts import gTTS
|
5 |
+
from groq import Groq
|
6 |
|
7 |
st.image('calamo.png', caption="", use_column_width=False)
|
8 |
|