Doganbilir commited on
Commit
6efbb11
·
verified ·
1 Parent(s): cba4bee

Added examples section

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,8 +76,8 @@ iface = gr.Interface(
76
 
77
  # The values in the examples list are now 100% consistent with the Radio button choices.
78
  examples=[
79
- ["İstanbul’da açılan yeni bilim merkezi, hem çocuklar hem de yetişkinler için interaktif deneyimler sunuyor. Ziyaretçiler, sanal gerçeklik ve artırılmış gerçeklik teknolojilerini kullanarak uzay, biyoloji ve fizik konularını deneyimleyebiliyor. Merkez, özellikle eğitim kurumlarıyla yaptığı birliği sayesinde öğrencilerin bilimsel merakını artırmayı hedefliyor. Açılışından bu yana, binlerce kişi merkezi ziyaret etti ve sosyal medyada paylaşılan videolar büyük ilgi gördü.", "Turkish Text -> Turkish Summary", 10],
80
- ["NASA recently announced that the James Webb Space Telescope has captured highly detailed images of distant exoplanets, allowing scientists to analyze their atmospheres in unprecedented detail. The observations reveal clues about planetary composition, weather patterns, and potential habitability. This milestone represents a significant step forward in our understanding of planets outside our solar system, and researchers plan to continue studying these celestial bodies to uncover more about the diversity and nature of exoplanets.", "English Text -> English Summary", 10]
81
  ],
82
  theme="gradio/soft",
83
  allow_flagging="never"
 
76
 
77
  # The values in the examples list are now 100% consistent with the Radio button choices.
78
  examples=[
79
+ ["Güneş enerjisi kullanımı son yıllarda hızla artıyor. Evler ve yerleri çatılarında güneş panelleri kurarak elektrik üretiyor. Bu sayede enerji faturaları düşüyor ve çevreye zarar vermeyen temiz enerji kullanılıyor. Uzmanlar, güneş enerjisinin gelecekte elektrik ihtiyacının büyük kısmını karşılayabileceğini ve fosil yakıtlara olan bağımlılığı azaltacağını söylüyor.", "Turkish Text -> Turkish Summary", 10],
80
+ ["Electric cars are becoming increasingly popular worldwide. People choose electric vehicles because they produce less pollution and reduce fuel costs. Governments are promoting them by offering incentives and building more charging stations. Experts believe that electric cars could eventually replace most gasoline-powered vehicles, significantly decreasing greenhouse gas emissions and contributing to a cleaner environment.", "English Text -> English Summary", 10]
81
  ],
82
  theme="gradio/soft",
83
  allow_flagging="never"