Spaces:
Sleeping
Sleeping
Fix YAML frontmatter for Hugging Face Space
Browse files
README.md
CHANGED
@@ -8,3 +8,7 @@ sdk_version: "1.28.2"
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
|
|
|
|
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
+
|
12 |
+
# AI Accent Analyzer
|
13 |
+
|
14 |
+
This app classifies English dialects using a machine learning model and a Streamlit interface.
|