Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,6 @@ iface = gr.Interface(
|
|
| 14 |
inputs=[gr.inputs.Textbox(label="text", lines=3)],
|
| 15 |
outputs='text',
|
| 16 |
title=title,
|
| 17 |
-
examples=[["Hello! My name is Abubakar"], ["How are you?"]]
|
| 18 |
)
|
| 19 |
|
| 20 |
iface.launch()
|
|
|
|
| 14 |
inputs=[gr.inputs.Textbox(label="text", lines=3)],
|
| 15 |
outputs='text',
|
| 16 |
title=title,
|
|
|
|
| 17 |
)
|
| 18 |
|
| 19 |
iface.launch()
|