anegi commited on
Commit
d960a52
·
1 Parent(s): 4edc5d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
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 = [['''Aakash: Do you watched last night match?
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,