MrAli813 commited on
Commit
84bb103
·
verified ·
1 Parent(s): 48304e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -5
app.py CHANGED
@@ -116,11 +116,15 @@ A5 = gr.HTML(
116
  ></iframe>"""),
117
  )
118
 
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(
126
  fn=transcribe,
 
116
  ></iframe>"""),
117
  )
118
 
119
+ A6 = gr.HTML(
120
+ value=("""
121
+ <iframe
122
+ src="https://peachtechai-text-summarization.hf.space"
123
+ frameborder="0"
124
+ width="1250"
125
+ height="1450"
126
+ ></iframe>"""),
127
+ )
128
 
129
  mf_transcribe = gr.Interface(
130
  fn=transcribe,