22f1001555 commited on
Commit ·
77933f7
1
Parent(s): 065beff
Add Hugging Face Space config
Browse files- README.md +11 -0
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Dialogue Summarizer
|
| 2 |
|
| 3 |
An interactive Gradio app that summarizes chat-style conversations using a fine-tuned `google/flan-t5-small` model from Hugging Face.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Conversation Summary Generator
|
| 3 |
+
emoji: 📝
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "6.14.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Dialogue Summarizer
|
| 13 |
|
| 14 |
An interactive Gradio app that summarizes chat-style conversations using a fine-tuned `google/flan-t5-small` model from Hugging Face.
|
requirements.txt
CHANGED
|
@@ -5,4 +5,4 @@ evaluate==0.4.2
|
|
| 5 |
rouge_score
|
| 6 |
sentencepiece
|
| 7 |
numpy
|
| 8 |
-
gradio
|
|
|
|
| 5 |
rouge_score
|
| 6 |
sentencepiece
|
| 7 |
numpy
|
| 8 |
+
gradio==6.14.0
|