Spaces:
Configuration error
Configuration error
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -210,10 +210,10 @@ else:
|
|
| 210 |
|
| 211 |
|
| 212 |
# Construct Gradio Modern Interface
|
| 213 |
-
with gr.Blocks(title="Anvaya | Speech
|
| 214 |
gr.Markdown("""
|
| 215 |
-
# ANVAYA · Speech
|
| 216 |
-
### Multi-Modal Screening: Neural Disfluency · Rhotacism ('r') · Sigmatism ('s' Lisp) ·
|
| 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 |
""")
|