Spaces:
Sleeping
Sleeping
Added examples section
Browse files
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 |
-
["
|
80 |
-
["
|
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 iş 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"
|