saritha5 commited on
Commit
1d7c802
·
1 Parent(s): d8eee50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def prediction(text):
63
 
64
  demo_app = gr.Interface(
65
  fn=prediction,
66
- inputs=gr.input.text(label = " Text", max_lines = 20),
67
  outputs= "text",
68
  title = "Text Summarization",
69
  #description = DESCRIPTION,
 
63
 
64
  demo_app = gr.Interface(
65
  fn=prediction,
66
+ inputs=gr.Textbox(label = " Text", max_lines = 20),
67
  outputs= "text",
68
  title = "Text Summarization",
69
  #description = DESCRIPTION,