Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,5 +19,5 @@ gr.Interface(
|
|
| 19 |
fn=predict,
|
| 20 |
inputs=gr.inputs.Textbox(lines=2, placeholder="Enter text here..."),
|
| 21 |
outputs=gr.outputs.Label(),
|
| 22 |
-
examples=["WON a guaranteed £1000 cash"]
|
| 23 |
).launch(share=False)
|
|
|
|
| 19 |
fn=predict,
|
| 20 |
inputs=gr.inputs.Textbox(lines=2, placeholder="Enter text here..."),
|
| 21 |
outputs=gr.outputs.Label(),
|
| 22 |
+
examples=["WON a guaranteed £1000 cash","Hello, how are you?"]
|
| 23 |
).launch(share=False)
|