Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,6 @@ demo = gr.Interface(
|
|
| 82 |
outputs=gr.Textbox(label="Câu đã được sửa"),
|
| 83 |
title="Sửa lỗi chính tả Tiếng Việt",
|
| 84 |
description=description,
|
| 85 |
-
examples=examples
|
| 86 |
)
|
| 87 |
|
| 88 |
if __name__ == "__main__":
|
|
|
|
| 82 |
outputs=gr.Textbox(label="Câu đã được sửa"),
|
| 83 |
title="Sửa lỗi chính tả Tiếng Việt",
|
| 84 |
description=description,
|
|
|
|
| 85 |
)
|
| 86 |
|
| 87 |
if __name__ == "__main__":
|