Ashish Soni commited on
Commit
26dbc08
·
verified ·
1 Parent(s): 3921910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -50,7 +50,19 @@ with demo:
50
  examples=["""Artificial Intelligence (AI) has been a rapidly growing field over the past decade, transforming various industries such as healthcare, finance, and transportation.
51
  One of the key areas of AI research is machine learning, which focuses on developing algorithms that allow computers to learn from and make decisions based on data.
52
  Recent advancements in deep learning, a subset of machine learning, have led to significant breakthroughs in image and speech recognition, natural language processing, and autonomous systems.
53
- As AI continues to evolve, it is expected to play an increasingly important role in solving complex problems, enhancing productivity, and driving innovation across different sectors."""
 
 
 
 
 
 
 
 
 
 
 
 
54
  ],
55
  cache_examples=True
56
  )
 
50
  examples=["""Artificial Intelligence (AI) has been a rapidly growing field over the past decade, transforming various industries such as healthcare, finance, and transportation.
51
  One of the key areas of AI research is machine learning, which focuses on developing algorithms that allow computers to learn from and make decisions based on data.
52
  Recent advancements in deep learning, a subset of machine learning, have led to significant breakthroughs in image and speech recognition, natural language processing, and autonomous systems.
53
+ As AI continues to evolve, it is expected to play an increasingly important role in solving complex problems, enhancing productivity, and driving innovation across different sectors.""",
54
+ """The tower is 324 metres (1,063 ft) tall, about the same height
55
+ as an 81-storey building, and the tallest structure in Paris.
56
+ Its base is square, measuring 125 metres (410 ft) on each side.
57
+ During its construction, the Eiffel Tower surpassed the Washington
58
+ Monument to become the tallest man-made structure in the world,
59
+ a title it held for 41 years until the Chrysler Building
60
+ in New York City was finished in 1930. It was the first structure
61
+ to reach a height of 300 metres. Due to the addition of a broadcasting
62
+ aerial at the top of the tower in 1957, it is now taller than the
63
+ Chrysler Building by 5.2 metres (17 ft). Excluding transmitters, the
64
+ Eiffel Tower is the second tallest free-standing structure in France
65
+ after the Millau Viaduct."""
66
  ],
67
  cache_examples=True
68
  )