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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +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
- example=["Add All Found Feeds to Akregator.", "Hello world",]
30
  )
31
 
32
  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
+ examples=["Add All Found Feeds to Akregator.", "Hello world",]
30
  )
31
 
32
  iface.launch(