Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ iface = gr.Interface(
|
|
| 11 |
fn=predict,
|
| 12 |
inputs='text',
|
| 13 |
outputs='text',
|
| 14 |
-
examples=[["Hello! My name is
|
| 15 |
)
|
| 16 |
|
| 17 |
iface.launch(share=True)
|
|
|
|
| 11 |
fn=predict,
|
| 12 |
inputs='text',
|
| 13 |
outputs='text',
|
| 14 |
+
examples=[["Hello! My name is Mathis"]]
|
| 15 |
)
|
| 16 |
|
| 17 |
iface.launch(share=True)
|