notUbaid commited on
Commit
53c4a2d
·
verified ·
1 Parent(s): 4bf42b0

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -210,10 +210,10 @@ else:
210
 
211
 
212
  # Construct Gradio Modern Interface
213
- with gr.Blocks(title="Anvaya | Speech Pathology Diagnostics") as demo:
214
  gr.Markdown("""
215
- # ANVAYA · Speech Disfluency & Articulation Screening
216
- ### Multi-Modal Screening: Neural Disfluency · Rhotacism ('r') · Sigmatism ('s' Lisp) · Phonation Acoustics
217
 
218
  > **CLINICAL PRACTICE & RESEARCH DISCLAIMER**: Anvaya is an exploratory engineering prototype for speech screening and practice. It is **not** an FDA-cleared medical device, nor a substitute for professional clinical evaluation by a licensed Speech-Language Pathologist (SLP).
219
  """)
 
210
 
211
 
212
  # Construct Gradio Modern Interface
213
+ with gr.Blocks(title="Anvaya | Speech Screening & Phonetics") as demo:
214
  gr.Markdown("""
215
+ # ANVAYA · Speech Screening & Phonetic Analysis Assistant
216
+ ### Multi-Modal Screening: Neural Disfluency · Rhotacism ('r') · Sigmatism ('s' Lisp) · Voice Acoustics
217
 
218
  > **CLINICAL PRACTICE & RESEARCH DISCLAIMER**: Anvaya is an exploratory engineering prototype for speech screening and practice. It is **not** an FDA-cleared medical device, nor a substitute for professional clinical evaluation by a licensed Speech-Language Pathologist (SLP).
219
  """)