Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ interface = gr.Interface(
|
|
| 13 |
fn=summarize,
|
| 14 |
inputs="text",
|
| 15 |
outputs="text",
|
| 16 |
-
title="
|
| 17 |
-
description="Enter text to
|
| 18 |
)
|
| 19 |
|
| 20 |
# Launch the interface
|
|
|
|
| 13 |
fn=summarize,
|
| 14 |
inputs="text",
|
| 15 |
outputs="text",
|
| 16 |
+
title="Summarize Lengthy Texts - M Fahad Bashir ",
|
| 17 |
+
description="Enter text to t a summary."
|
| 18 |
)
|
| 19 |
|
| 20 |
# Launch the interface
|