astro21 commited on
Commit
9467810
·
1 Parent(s): 9db27f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def summarize_text(input_text):
53
  # return summarize_text(content)
54
 
55
 
56
- input_type = gr.inputs.Textbox("textbox" , lines = 15)
57
 
58
  # Name the outputs using the label parameter and provide a download option
59
  demo = gr.Interface(fn=summarize_text, inputs=input_type,
 
53
  # return summarize_text(content)
54
 
55
 
56
+ input_type = gr.inputs.Textbox(label = "textbox" )
57
 
58
  # Name the outputs using the label parameter and provide a download option
59
  demo = gr.Interface(fn=summarize_text, inputs=input_type,