Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ from openai import OpenAI
|
|
| 18 |
import extra_streamlit_components as stx
|
| 19 |
from streamlit.runtime.scriptrunner import get_script_run_ctx
|
| 20 |
import asyncio
|
| 21 |
-
import
|
| 22 |
|
| 23 |
# 🔧 Config & Setup
|
| 24 |
st.set_page_config(
|
|
|
|
| 18 |
import extra_streamlit_components as stx
|
| 19 |
from streamlit.runtime.scriptrunner import get_script_run_ctx
|
| 20 |
import asyncio
|
| 21 |
+
import edge_tts # ensure this is installed (pip install edge-tts)
|
| 22 |
|
| 23 |
# 🔧 Config & Setup
|
| 24 |
st.set_page_config(
|