Update app.py
Browse files
app.py
CHANGED
@@ -30,5 +30,8 @@ gr.Interface(
|
|
30 |
],
|
31 |
enable_queue=True,
|
32 |
allow_screenshot=False,
|
33 |
-
allow_flagging=False
|
|
|
|
|
|
|
34 |
).launch(debug=True)
|
|
|
30 |
],
|
31 |
enable_queue=True,
|
32 |
allow_screenshot=False,
|
33 |
+
allow_flagging=False,
|
34 |
+
examples=[
|
35 |
+
["Indian state rolls out wireless broadband Government in South Indian state of Kerala sets up wireless kiosks as part of initiative to bridge digital divide."]
|
36 |
+
]
|
37 |
).launch(debug=True)
|