rajj0 commited on
Commit
8b5600b
·
1 Parent(s): 3850bbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ def summarize(text):
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")
 
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")