Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ gr.Interface(
|
|
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)
|
|
|
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)
|