Spaces:
Sleeping
Sleeping
Commit
·
64e3326
1
Parent(s):
468eb4f
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ iface = Parallel(io1,
|
|
35 |
theme='huggingface',
|
36 |
title= 'lil sum sum Summarizer',
|
37 |
description = desc,
|
38 |
-
examples=None, #replace "sample" with directory to let gradio scan through those files and give you the text
|
39 |
inputs = gr.inputs.Textbox(lines = 10, label="Text"))
|
40 |
|
41 |
iface.launch(inline = False)
|
|
|
35 |
theme='huggingface',
|
36 |
title= 'lil sum sum Summarizer',
|
37 |
description = desc,
|
38 |
+
# examples=None, #replace "sample" with directory to let gradio scan through those files and give you the text
|
39 |
inputs = gr.inputs.Textbox(lines = 10, label="Text"))
|
40 |
|
41 |
iface.launch(inline = False)
|