Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def summarize(lang, text):
|
|
| 27 |
|
| 28 |
theme = "darkgrass"
|
| 29 |
|
| 30 |
-
title = "Summarization
|
| 31 |
|
| 32 |
description = "Gradio Demo for Summarization models trained on MLSUM dataset by Manuel Romero"
|
| 33 |
|
|
|
|
| 27 |
|
| 28 |
theme = "darkgrass"
|
| 29 |
|
| 30 |
+
title = "Multilingual Summarization model (MLSUM)"
|
| 31 |
|
| 32 |
description = "Gradio Demo for Summarization models trained on MLSUM dataset by Manuel Romero"
|
| 33 |
|