Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ import glob
|
|
10 |
import base64
|
11 |
import edge_tts
|
12 |
import nest_asyncio
|
13 |
-
import re #
|
|
|
14 |
from gradio_client import Client
|
15 |
from streamlit_marquee import streamlit_marquee
|
16 |
|
|
|
10 |
import base64
|
11 |
import edge_tts
|
12 |
import nest_asyncio
|
13 |
+
import re # For regular expressions in clean_text_for_tts
|
14 |
+
import threading # For running WebSocket server in a separate thread
|
15 |
from gradio_client import Client
|
16 |
from streamlit_marquee import streamlit_marquee
|
17 |
|