Sanj004 commited on
Commit
9b762e2
·
verified ·
1 Parent(s): a2f8966
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def summarize(text):
17
  summary = [tokenizer.decode(g, skip_special_tokens=True, clean_up_tokenization_spaces=False) for g in summary_ids]
18
  return summary[0]
19
 
20
-
21
  iface = gr.Interface(
22
  fn=summarize,
23
  inputs=gr.Textbox(lines=10, label="Input Dialogue"),
 
17
  summary = [tokenizer.decode(g, skip_special_tokens=True, clean_up_tokenization_spaces=False) for g in summary_ids]
18
  return summary[0]
19
 
20
+ ##
21
  iface = gr.Interface(
22
  fn=summarize,
23
  inputs=gr.Textbox(lines=10, label="Input Dialogue"),