awacke1 commited on
Commit
ca37412
·
1 Parent(s): 9be5078

Update app.py

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