Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +2 -0
streamlit_app.py
CHANGED
@@ -6,6 +6,8 @@ import re
|
|
6 |
|
7 |
st.set_page_config(page_title="Accent Analyzer Agent", page_icon="💬", layout="centered")
|
8 |
|
|
|
|
|
9 |
st.title("English Accent Analyzer (Conversational)")
|
10 |
st.subheader("Ask me to analyze a video URL, e.g.: \n\n `Analyze this video: https://your-link.com/video.mp4`")
|
11 |
|
|
|
6 |
|
7 |
st.set_page_config(page_title="Accent Analyzer Agent", page_icon="💬", layout="centered")
|
8 |
|
9 |
+
st.warning("⚠️ High latency due to CPU usage. Once migrated to GPU, response time will improve significantly.")
|
10 |
+
|
11 |
st.title("English Accent Analyzer (Conversational)")
|
12 |
st.subheader("Ask me to analyze a video URL, e.g.: \n\n `Analyze this video: https://your-link.com/video.mp4`")
|
13 |
|