Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -119,6 +119,7 @@ A5 = gr.HTML(
|
|
119 |
A6 = gr.load("models/Falconsai/text_summarization",
|
120 |
title="",
|
121 |
description="Enter Text From Documents (from paragraphs to pages) and Instantly Create A Brief Summarization.",
|
|
|
122 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
|
123 |
|
124 |
mf_transcribe = gr.Interface(
|
|
|
119 |
A6 = gr.load("models/Falconsai/text_summarization",
|
120 |
title="",
|
121 |
description="Enter Text From Documents (from paragraphs to pages) and Instantly Create A Brief Summarization.",
|
122 |
+
examples=["The tower is 324 meters (1,063 ft) tall, about the same height as an 81-story building, and the tallest structure in Paris. Its base is square, measuring 125 meters (410 ft) on each side. During its construction, the Eiffel Tower surpassed the Washington Monument to become the tallest man-made structure in the world, a title it held for 41 years until the Chrysler Building in New York City was finished in 1930. It was the first structure to reach a height of 300 meters. Due to the addition of a broadcasting aerial at the top of the tower in 1957, it is now taller than the Chrysler Building by 5.2 meters (17 ft). Excluding transmitters, the Eiffel Tower is the second tallest free-standing structure in France after the Millau Viaduct."],
|
123 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
|
124 |
|
125 |
mf_transcribe = gr.Interface(
|