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