Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ iface = gr.Interface(
|
|
| 24 |
outputs="label",
|
| 25 |
examples=["I will help you win the lottery, my friend", "Please, darling, could you pick up the kids from school today?"],
|
| 26 |
title="Ham or spam?",
|
| 27 |
-
description="Copy the text message you just received and we'll let you know if it is ham or spam",
|
| 28 |
)
|
| 29 |
|
| 30 |
iface.launch()
|
|
|
|
| 24 |
outputs="label",
|
| 25 |
examples=["I will help you win the lottery, my friend", "Please, darling, could you pick up the kids from school today?"],
|
| 26 |
title="Ham or spam?",
|
| 27 |
+
description="Copy and paste the text message you just received and we'll let you know if it is ham or spam",
|
| 28 |
)
|
| 29 |
|
| 30 |
iface.launch()
|