Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,11 +4,11 @@ from gradio.mix import Parallel
|
|
| 4 |
description = 'Dialogue summarization models'
|
| 5 |
title = 'Comparing different dialogue summarization models'
|
| 6 |
|
| 7 |
-
example = [['''A
|
| 8 |
-
B: I'm good. How's your course going these days?
|
| 9 |
-
A:
|
| 10 |
-
B: That's great to hear.
|
| 11 |
-
A: Sure
|
| 12 |
B: Awesome. Let's go.''']]
|
| 13 |
|
| 14 |
model1 = gr.Interface.load("huggingface/philschmid/bart-large-cnn-samsum",
|
|
|
|
| 4 |
description = 'Dialogue summarization models'
|
| 5 |
title = 'Comparing different dialogue summarization models'
|
| 6 |
|
| 7 |
+
example = [[''' A: Hello B. How are you?
|
| 8 |
+
B: I'm good. How's your course going on these days?
|
| 9 |
+
A: It's going well. Pretty tiring but overall fun.
|
| 10 |
+
B: That's great to hear. If you are free wanna grab a cup of coffee?
|
| 11 |
+
A: Sure!!!! I recently discovered a new cafe near my home.
|
| 12 |
B: Awesome. Let's go.''']]
|
| 13 |
|
| 14 |
model1 = gr.Interface.load("huggingface/philschmid/bart-large-cnn-samsum",
|