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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ Parallel(model1, model2 ,
24
  title = title,
25
  inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
26
  outputs= gr.outputs.Textbox(type="auto",label='Summary generated by the model'),
27
- example = example,
28
  theme = 'dark-peach' ).launch()
29
 
30
 
 
24
  title = title,
25
  inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
26
  outputs= gr.outputs.Textbox(type="auto",label='Summary generated by the model'),
27
+ examples = example,
28
  theme = 'dark-peach' ).launch()
29
 
30