Spaces:
Runtime error
Runtime error
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Podcast Summarizer
|
| 2 |
|
| 3 |
Podcast Summarizer is a Streamlit application that summarizes podcast episodes into concise text snippets, providing users with quick insights into the content of each episode.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Podcast Summarizer
|
| 3 |
+
tags:
|
| 4 |
+
- text-summarization
|
| 5 |
+
library_name: generic
|
| 6 |
+
app_file: app.py
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
# Podcast Summarizer
|
| 10 |
|
| 11 |
Podcast Summarizer is a Streamlit application that summarizes podcast episodes into concise text snippets, providing users with quick insights into the content of each episode.
|