Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,13 +5,7 @@ from gradio.mix import Parallel
|
|
5 |
description = 'Dialogue summarization models'
|
6 |
title = 'Comparing different dialogue summarization models'
|
7 |
|
8 |
-
example =
|
9 |
-
Vikas: No, I was busy. What happended?
|
10 |
-
Aakash: Barcelona won their game against Sevilla 1-0. Pedri scored an sensational goal.
|
11 |
-
Vikas: Oh really!!! I have to watch the highlights at home.
|
12 |
-
Aakash: Yes, I am so excited for the new upcoming season. Xavi really doing wonders.
|
13 |
-
Vikas: Exactly!! Xavi has changed the way Barcelona play. The good days are coming back. ''']]
|
14 |
-
|
15 |
|
16 |
interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
17 |
description=description,
|
|
|
5 |
description = 'Dialogue summarization models'
|
6 |
title = 'Comparing different dialogue summarization models'
|
7 |
|
8 |
+
example = './examplefile'
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
11 |
description=description,
|