kurianbenoy commited on
Commit
6dff502
1 Parent(s): 5461f92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ iface = gr.Interface(
26
  inputs=gr.inputs.Textbox(lines=2, label="Enter Text in English", placeholder="Type text in English Here..."),
27
  outputs="text",
28
  theme="huggingface",
 
29
  )
30
 
31
  iface.launch(
 
26
  inputs=gr.inputs.Textbox(lines=2, label="Enter Text in English", placeholder="Type text in English Here..."),
27
  outputs="text",
28
  theme="huggingface",
29
+ example=["Add All Found Feeds to Akregator.", "Hello world",]
30
  )
31
 
32
  iface.launch(