Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,4 @@ import gradio as gr
|
|
3 |
gr.load("models/Falconsai/text_summarization",
|
4 |
title="",
|
5 |
description="Enter Text From Documents (from paragraphs to pages) and Instantly Create A Brief Summarization.",
|
6 |
-
examples= ["Cars, trucks and SUVs in the U.S. keep getting older, hitting a record average age of 12.6 years in 2024 as people hang on to their vehicles largely because new ones cost so much.\n"S&P Global Mobility, which tracks state vehicle registration data nationwide, said Wednesday that the average vehicle age grew about two months from last year’s record.\n"
|
7 |
-
\n"But the growth in average age is starting to slow as new vehicle sales start to recover from pandemic-related shortages of parts, including computer chips.\n"The average increased by three months in 2023. \n"Still, with an average U.S. new-vehicle selling price of just over $45,000 last month, many can’t afford to buy new — even though prices are down more than $2,000 from the peak in December of 2022, according to J.D. Power."],
|
8 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()
|
|
|
3 |
gr.load("models/Falconsai/text_summarization",
|
4 |
title="",
|
5 |
description="Enter Text From Documents (from paragraphs to pages) and Instantly Create A Brief Summarization.",
|
|
|
|
|
6 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()
|