Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ import glob
|
|
10 |
import base64
|
11 |
import edge_tts
|
12 |
import nest_asyncio
|
|
|
13 |
from gradio_client import Client
|
14 |
from streamlit_marquee import streamlit_marquee
|
15 |
|
|
|
10 |
import base64
|
11 |
import edge_tts
|
12 |
import nest_asyncio
|
13 |
+
import re # Added missing import for regular expressions
|
14 |
from gradio_client import Client
|
15 |
from streamlit_marquee import streamlit_marquee
|
16 |
|