skhage commited on
Commit
b098e20
1 Parent(s): fefb2c2

fixing len output type

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ def make_summary(article, max_length=130, min_length=30, do_sample=False):
15
 
16
 
17
 
18
- iface = gr.Interface(fn=make_summary, inputs="text", outputs=['text', 'int', 'text'])
19
  iface.launch()
15
 
16
 
17
 
18
+ iface = gr.Interface(fn=make_summary, inputs="text", outputs=['text', 'text', 'text'])
19
  iface.launch()