aikitty commited on
Commit
2fe25b6
1 Parent(s): 8f4cf2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ gradio_app = gr.Interface(
60
  gr.Label(label="Prosodic Result"),
61
  gr.Textbox(interactive=False, show_label=False)
62
  ],
63
- title="WORK IN PROGRESS - Trying to make a Chinese Pronunciation Scoring app like the one by JohnJumon for English,
64
  description="This app will score your Chinese pronunciation accuracy, fluency, and prosodic (intonation)",
65
  examples=[
66
  [os.path.join(os.path.dirname(__file__),"audio.wav")],
 
60
  gr.Label(label="Prosodic Result"),
61
  gr.Textbox(interactive=False, show_label=False)
62
  ],
63
+ title="Trying to make a Chinese Pronunciation Scoring app like the one by JohnJumon for English",
64
  description="This app will score your Chinese pronunciation accuracy, fluency, and prosodic (intonation)",
65
  examples=[
66
  [os.path.join(os.path.dirname(__file__),"audio.wav")],