SilviaRM commited on
Commit
a8bb925
1 Parent(s): 12b455d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ def summarize(input):
9
  return output[0]['summary_text']
10
 
11
  with gr.Blocks() as demo:
12
- gr.Markdown("# The following summarisation is done with the Falconsai model")
13
  with gr.Row():
14
  with gr.Column(min_width=900):
15
  inputs = gr.Textbox(label="Text to summarize", lines=6)
 
9
  return output[0]['summary_text']
10
 
11
  with gr.Blocks() as demo:
 
12
  with gr.Row():
13
  with gr.Column(min_width=900):
14
  inputs = gr.Textbox(label="Text to summarize", lines=6)