rajj0 commited on
Commit
709e064
·
1 Parent(s): 8b5600b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -12,7 +12,6 @@ def summarize(text):
12
  input = pipe(text)
13
  return input
14
 
15
-
16
  with gr.Blocks() as demo:
17
  text = gr.Textbox(label="text", lines=10, placeholder="Enter text here")
18
  output = gr.Textbox(label="Output")
 
12
  input = pipe(text)
13
  return input
14
 
 
15
  with gr.Blocks() as demo:
16
  text = gr.Textbox(label="text", lines=10, placeholder="Enter text here")
17
  output = gr.Textbox(label="Output")