mayankchugh-learning
commited on
Commit
•
003093c
1
Parent(s):
4cd520b
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,7 @@ demo = gr.Interface(fn=summary,
|
|
68 |
outputs=[gr.Textbox(label="Summarized text", lines=4)],
|
69 |
title='Text Summarization',
|
70 |
description='This application will be used to summarize the text',
|
|
|
71 |
concurrency_limit=16)
|
72 |
|
73 |
demo.launch(share=True)
|
|
|
68 |
outputs=[gr.Textbox(label="Summarized text", lines=4)],
|
69 |
title='Text Summarization',
|
70 |
description='This application will be used to summarize the text',
|
71 |
+
theme=gr.themes.Soft(),
|
72 |
concurrency_limit=16)
|
73 |
|
74 |
demo.launch(share=True)
|