anegi commited on
Commit
b6fa4f3
·
1 Parent(s): 6ee2e12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ 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
  )
18
  interface.launch()
 
12
  gr.outputs.Textbox(type = 'auto',label = 'Summary Generated')
13
  ],
14
  description = description,
15
+ examples = [['A: It is a great weather today.','B: Yes, it is sunny and bright.']]
16
+
17
  )
18
  interface.launch()