sanzanalora
commited on
Commit
•
fca5e0d
1
Parent(s):
ec31892
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,9 @@ iface = gr.Interface(
|
|
67 |
outputs=gr.Textbox(label='Summary'),
|
68 |
live=False,
|
69 |
examples=sample_articles,
|
70 |
-
title="Cross-Lingual Summarization"
|
|
|
|
|
71 |
)
|
72 |
|
73 |
# Launch the Gradio app
|
|
|
67 |
outputs=gr.Textbox(label='Summary'),
|
68 |
live=False,
|
69 |
examples=sample_articles,
|
70 |
+
title="Cross-Lingual Summarization",
|
71 |
+
description="Effortlessly transform lengthy texts into concise summaries across languages, bridging gaps and empowering global understanding!",
|
72 |
+
theme="griffinlim/CoolTeal"
|
73 |
)
|
74 |
|
75 |
# Launch the Gradio app
|