Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,12 +11,7 @@ st.set_page_config(page_title="Video-to-Text Summarization", layout="wide")
|
|
| 11 |
|
| 12 |
# Header
|
| 13 |
st.title("🎥 Smart Video-to-Text Summarization App")
|
| 14 |
-
|
| 15 |
-
This app helps you:
|
| 16 |
-
- Convert videos into text and summarize them.
|
| 17 |
-
- Extract multilingual transcriptions and translations.
|
| 18 |
-
- Process videos with multiple speakers.
|
| 19 |
-
""")
|
| 20 |
|
| 21 |
# Initialize session state
|
| 22 |
if "video_path" not in st.session_state:
|
|
|
|
| 11 |
|
| 12 |
# Header
|
| 13 |
st.title("🎥 Smart Video-to-Text Summarization App")
|
| 14 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# Initialize session state
|
| 17 |
if "video_path" not in st.session_state:
|