awacke1 commited on
Commit
eb2796f
1 Parent(s): 7bea318

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ sample = [[y],[x],[z]]
29
 
30
  iface = Parallel(io1, io2, io3,
31
  theme='huggingface',
32
- title= 'State of the Art Text Summary',
33
  description = desc,
34
  examples=sample, #"sample" is a directory which lets gradio scan through files and give you the text
35
  inputs = gr.inputs.Textbox(lines = 10, label="Text"))
29
 
30
  iface = Parallel(io1, io2, io3,
31
  theme='huggingface',
32
+ title= 'Summary Generators',
33
  description = desc,
34
  examples=sample, #"sample" is a directory which lets gradio scan through files and give you the text
35
  inputs = gr.inputs.Textbox(lines = 10, label="Text"))