Update Spacefile
Browse files
Spacefile
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
# Spacefile Docs: https://huggingface.co/docs/hub/spaces-config-reference
|
| 2 |
-
title: News Summarization and TTS
|
| 3 |
-
emoji: 📰
|
| 4 |
-
colorFrom: blue
|
| 5 |
-
colorTo: indigo
|
| 6 |
-
sdk: docker
|
| 7 |
-
app_port: 8501
|
| 8 |
-
pinned: false
|
|
|
|
|
|
|
|
|
| 1 |
+
# Spacefile Docs: https://huggingface.co/docs/hub/spaces-config-reference
|
| 2 |
+
title: News Summarization and TTS
|
| 3 |
+
emoji: 📰
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 8501
|
| 8 |
+
pinned: false
|
| 9 |
+
sdk: streamlit
|
| 10 |
+
app_file: setup.sh
|