Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
|
|
53 |
inputs=gr.Textbox(lines=2, placeholder="Enter URL here..."),
|
54 |
outputs="text",
|
55 |
title="News Article Summarizer",
|
56 |
-
description="Enter a News Site URL to generate a
|
57 |
)
|
58 |
|
59 |
# Launch the interface
|
|
|
53 |
inputs=gr.Textbox(lines=2, placeholder="Enter URL here..."),
|
54 |
outputs="text",
|
55 |
title="News Article Summarizer",
|
56 |
+
description="Enter a News Site URL to generate a 100-word summary."
|
57 |
)
|
58 |
|
59 |
# Launch the interface
|