Spaces:
Runtime error
Runtime error
kurianbenoy
commited on
Commit
·
eab36ec
1
Parent(s):
6dff502
Update app.py
Browse files
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 |
-
|
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(
|