Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
|
|
31 |
fn=summarize,
|
32 |
inputs="text",
|
33 |
outputs="text",
|
34 |
-
title="Article Summarizer
|
35 |
description="Enter an article and get a summary.",
|
36 |
examples=[["This is an example article..."]]
|
37 |
)
|
|
|
31 |
fn=summarize,
|
32 |
inputs="text",
|
33 |
outputs="text",
|
34 |
+
title="Article Summarizer",
|
35 |
description="Enter an article and get a summary.",
|
36 |
examples=[["This is an example article..."]]
|
37 |
)
|