BG98 commited on
Commit
4fec00b
1 Parent(s): 77304c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,6 +20,6 @@ def summ(txt):
20
  return tokenizer.decode(summary_text_ids[0], skip_special_tokens=True)
21
 
22
  interface = gr.Interface(summ, [gr.Textbox(label = 'original text')],
23
- [gr.Textbokx(label = 'summary')])
24
 
25
  interface.launch(share = True)
 
20
  return tokenizer.decode(summary_text_ids[0], skip_special_tokens=True)
21
 
22
  interface = gr.Interface(summ, [gr.Textbox(label = 'original text')],
23
+ [gr.Textbox(label = 'summary')])
24
 
25
  interface.launch(share = True)