Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ demo = gr.Interface(
|
|
| 30 |
inputs=gr.Textbox(lines=4, placeholder="Schreibe etwas auf Deutsch..."),
|
| 31 |
outputs=gr.Textbox(label="Language Level Prediction"),
|
| 32 |
title="German Language Level Classifier",
|
| 33 |
-
description="Enter German text and get the predicted CEFR level (A1 to
|
| 34 |
)
|
| 35 |
|
| 36 |
# Launch app
|
|
|
|
| 30 |
inputs=gr.Textbox(lines=4, placeholder="Schreibe etwas auf Deutsch..."),
|
| 31 |
outputs=gr.Textbox(label="Language Level Prediction"),
|
| 32 |
title="German Language Level Classifier",
|
| 33 |
+
description="Enter German text and get the predicted CEFR level (A1 to C2).🚧 Working in progress.🚧"
|
| 34 |
)
|
| 35 |
|
| 36 |
# Launch app
|