Spaces:
Sleeping
Sleeping
kasper-boy
commited on
Commit
•
82bb20c
1
Parent(s):
28f97a8
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,6 @@ gr.close_all()
|
|
16 |
demo = gr.Interface(fn=summary,
|
17 |
inputs=[gr.Textbox(label="Input text to summarize",lines=6)],
|
18 |
outputs=[gr.Textbox(label="Summarized text",lines=4)],
|
19 |
-
title="
|
20 |
description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
|
21 |
demo.launch()
|
|
|
16 |
demo = gr.Interface(fn=summary,
|
17 |
inputs=[gr.Textbox(label="Input text to summarize",lines=6)],
|
18 |
outputs=[gr.Textbox(label="Summarized text",lines=4)],
|
19 |
+
title="Project 1: Text Summarizer",
|
20 |
description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
|
21 |
demo.launch()
|