hurairamuzammal commited on
Commit
631a919
·
verified ·
1 Parent(s): c28b311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -296,8 +296,8 @@ with gr.Blocks(css=css, title="Project 03 - Transformer Tasks", theme=gr.themes.
296
  gr.Markdown("#### Example Texts")
297
  gr.Examples(
298
  examples=[
299
- [("The quick brown fox jumps over the lazy dog. " * 60)],
300
- [("Artificial intelligence has become increasingly important in recent years. " * 50)],
301
  ],
302
  inputs=t3_input
303
  )
 
296
  gr.Markdown("#### Example Texts")
297
  gr.Examples(
298
  examples=[
299
+ [("Artificial Intelligence (AI) has rapidly evolved from a futuristic concept to an integral part of everyday life, reshaping industries, decision-making processes, and human interaction. Powered by machine learning, natural language processing, and vast datasets, AI systems now assist in everything from diagnosing diseases and personalizing education to optimizing logistics and generating creative content. While AI promises enhanced efficiency and innovation, it also raises ethical concerns around privacy, bias, job displacement, and the concentration of technological power. As developers and policymakers work to establish responsible frameworks, the global conversation continues to balance the immense potential of AI with the need to safeguard human values and societal well-being." )],
300
+ [("The world has increasingly transformed into what sociologist Marshall McLuhan famously termed a “global village”—a metaphor made more relevant today through the lens of urbanization and digital connectivity. Cities have become dense hubs of culture, commerce, and communication, where people from diverse backgrounds live in closer proximity than ever before. Simultaneously, digital technologies—social media, instant messaging, and real-time news feeds—have collapsed geographical distances, allowing individuals in Tokyo, Nairobi, or São Paulo to share experiences and ideas instantaneously. This urban-digital convergence has fostered unprecedented interdependence, blurring traditional boundaries and creating a shared global consciousness, while also presenting challenges related to inequality, cultural homogenization, and the sustainability of urban ecosystems.")],
301
  ],
302
  inputs=t3_input
303
  )