iro-malta07 commited on
Commit
4d6c65d
·
verified ·
1 Parent(s): 487660b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 B2)."
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