saritha5 commited on
Commit
69b46cb
1 Parent(s): a2f9d4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def prediction(text):
64
  #print(summary)
65
  outputs = [
66
  gr.Textbox(lines =5,label = "Summarization of text"),
67
- gr.Number(label="count1")
68
  gr.Number(label="count2")
69
  ]
70
  demo_app = gr.Interface(
 
64
  #print(summary)
65
  outputs = [
66
  gr.Textbox(lines =5,label = "Summarization of text"),
67
+ gr.Number(label="count1"),
68
  gr.Number(label="count2")
69
  ]
70
  demo_app = gr.Interface(