adorkin commited on
Commit
681d298
1 Parent(s): 903e92f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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)