Harini4623 commited on
Commit
7271103
1 Parent(s): 544bab2

deleted text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def summarize_text(article):
12
  # Create the Gradio interface
13
  iface = gr.Interface(
14
  fn=summarize_text,
15
- inputs=gr.TextArea("text", placeholder="Enter your article here..."),
16
  outputs=gr.Textbox("text", placeholder="Summary will appear here...")
17
  )
18
 
 
12
  # Create the Gradio interface
13
  iface = gr.Interface(
14
  fn=summarize_text,
15
+ inputs=gr.TextArea( placeholder="Enter your article here..."),
16
  outputs=gr.Textbox("text", placeholder="Summary will appear here...")
17
  )
18