Spaces:
Runtime error
Runtime error
Commit ·
a512dcd
1
Parent(s): 89c9051
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 52 |
# You can customize the error handling as per your requirements
|
| 53 |
# For example, return an error message to the user
|
| 54 |
|
| 55 |
-
history[-1][1] = "Incorrect input please retry"
|
| 56 |
|
| 57 |
return history
|
| 58 |
|
|
|
|
| 52 |
# You can customize the error handling as per your requirements
|
| 53 |
# For example, return an error message to the user
|
| 54 |
|
| 55 |
+
history[-1][1] = "Incorrect input please retry with a longer sentence in english"
|
| 56 |
|
| 57 |
return history
|
| 58 |
|