Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ sample = [[y],[x],[z]]
|
|
24 |
|
25 |
iface = Parallel(io1, io2, io3,
|
26 |
theme='huggingface',
|
27 |
-
title= '
|
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"))
|