anegi commited on
Commit
1850264
1 Parent(s): f9a6a8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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 : Hello man. How are you?
8
- B: I'm good. How's your course going these days?
9
- A: Its going well. Pretty tiring byt overall fun.
10
- B: That's great to hear. 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",
 
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",