anegi commited on
Commit
5eb77e0
·
1 Parent(s): 0c35067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -12,9 +12,9 @@ interface = gr.Interface.load(
12
  gr.outputs.Textbox(type = 'auto',label = 'Summary Generated')
13
  ],
14
  description = description,
15
- examples = [['A: It is a great weather today.',
16
- 'B: Yes, it is sunny and bright.',
17
- 'A: Wanna play football?',
18
  'B: Sure, call C as well.']],
19
  theme = 'dark-peach'
20
 
 
12
  gr.outputs.Textbox(type = 'auto',label = 'Summary Generated')
13
  ],
14
  description = description,
15
+ examples = [['A: It is a great weather today.'
16
+ 'B: Yes, it is sunny and bright.'
17
+ 'A: Wanna play football?'
18
  'B: Sure, call C as well.']],
19
  theme = 'dark-peach'
20