RobPruzan commited on
Commit
b327954
1 Parent(s): 007622f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -306,7 +306,8 @@ interface = gr.Interface(
306
  source="microphone",
307
  type="filepath"),
308
  gr.components.Textbox(
309
- label="Target Text to Recite"
 
310
  ),
311
  gr.components.Audio(
312
  label="Read Text Above for Score",
@@ -319,7 +320,6 @@ interface = gr.Interface(
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)
 
306
  source="microphone",
307
  type="filepath"),
308
  gr.components.Textbox(
309
+ label="Target Text to Recite",
310
+ placeholder="How much wood would a woodchuck chuck if a woodchuck could chuck wood?"
311
  ),
312
  gr.components.Audio(
313
  label="Read Text Above for Score",
 
320
  description="Enter text or speak into your microphone to have your text analyzed!",
321
  rounded=True,
322
  container=True,
 
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)