Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,6 @@ gr.close_all()
|
|
18 |
demo = gr.Interface(fn=summary,
|
19 |
inputs=[gr.Textbox(label="Input text to summarize", lines=6)],
|
20 |
outputs=[gr.Textbox(label="Summarized text", lines=4)],
|
21 |
-
title="@CreativeAI
|
22 |
description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
|
23 |
demo.launch()
|
|
|
18 |
demo = gr.Interface(fn=summary,
|
19 |
inputs=[gr.Textbox(label="Input text to summarize", lines=6)],
|
20 |
outputs=[gr.Textbox(label="Summarized text", lines=4)],
|
21 |
+
title="@CreativeAI: Text Summarizer",
|
22 |
description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
|
23 |
demo.launch()
|