Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,14 @@ tags:
|
|
4 |
- text-summarization
|
5 |
library_name: generic
|
6 |
app_file: app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Podcast Summarizer
|
@@ -56,4 +64,4 @@ To run the Podcast Summarizer application, follow these steps:
|
|
56 |
Contributions to the Podcast Summarizer project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
|
57 |
|
58 |
## License
|
59 |
-
This project is licensed under the MIT License.
|
|
|
4 |
- text-summarization
|
5 |
library_name: generic
|
6 |
app_file: app.py
|
7 |
+
sdk_version: 0.5
|
8 |
+
pinned: true
|
9 |
+
license: mit
|
10 |
+
sdk: streamlit
|
11 |
+
emoji: 🔥
|
12 |
+
colorFrom: purple
|
13 |
+
colorTo: indigo
|
14 |
+
short_description: Summarize youtube podcast
|
15 |
---
|
16 |
|
17 |
# Podcast Summarizer
|
|
|
64 |
Contributions to the Podcast Summarizer project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
|
65 |
|
66 |
## License
|
67 |
+
This project is licensed under the MIT License.
|