Spaces:
Configuration error
Configuration error
aasherkamal216
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import base64
|
|
| 7 |
import docx
|
| 8 |
from streamlit_lottie import st_lottie
|
| 9 |
import json
|
| 10 |
-
from utils import set_safety_settings, about,
|
| 11 |
import google.generativeai as genai
|
| 12 |
import os, random, validators
|
| 13 |
import tempfile
|
|
|
|
| 7 |
import docx
|
| 8 |
from streamlit_lottie import st_lottie
|
| 9 |
import json
|
| 10 |
+
from utils import set_safety_settings, about, speech_to_text
|
| 11 |
import google.generativeai as genai
|
| 12 |
import os, random, validators
|
| 13 |
import tempfile
|