Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -319,6 +319,7 @@ interface = gr.Interface(
|
|
319 |
description="Enter text or speak into your microphone to have your text analyzed!",
|
320 |
rounded=True,
|
321 |
container=True,
|
|
|
322 |
article="""
|
323 |
Fine-Tuned Distil Bert- Automatically determining how difficult something is to read is a difficult task as underlying semantics are relevant.
|
324 |
To efficiently compute text difficulty, a Distil-Bert pre-trained model is fine-tuned for regression using The CommonLit Ease of Readability (CLEAR)
|
|
|
319 |
description="Enter text or speak into your microphone to have your text analyzed!",
|
320 |
rounded=True,
|
321 |
container=True,
|
322 |
+
placeholder="How much wood would a woodchuck chuck if a woodchuck could chuck wood?"
|
323 |
article="""
|
324 |
Fine-Tuned Distil Bert- Automatically determining how difficult something is to read is a difficult task as underlying semantics are relevant.
|
325 |
To efficiently compute text difficulty, a Distil-Bert pre-trained model is fine-tuned for regression using The CommonLit Ease of Readability (CLEAR)
|