Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
@@ -9,7 +9,7 @@ st.set_page_config(page_title="Accent Analyzer Agent", page_icon="💬", layout=
|
|
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://
|
13 |
|
14 |
@st.cache_resource
|
15 |
def load_tool_and_agent():
|
|
|
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://github.com/ash-171/Data-mp4/raw/refs/heads/main/NWRNVTFlRGlnV0FfNDgwcA_out.mp4`")
|
13 |
|
14 |
@st.cache_resource
|
15 |
def load_tool_and_agent():
|