Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
description = "
|
4 |
-
title = "
|
5 |
-
examples = [["
|
6 |
|
7 |
-
interface = gr.Interface.load("
|
8 |
description=description,
|
9 |
examples=examples
|
10 |
)
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
description = "Виправлення помилок за допомогою моделі mBART-50"
|
4 |
+
title = "GEC Thesis Demo"
|
5 |
+
examples = [["я й не думав що комп'ютерна лінгвістика це легкоо."]]
|
6 |
|
7 |
+
interface = gr.Interface.load("schhwmn/mbart-large-50-finetuned-ukr-gec",
|
8 |
description=description,
|
9 |
examples=examples
|
10 |
)
|