Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ Results are displayed in a clear, color-coded table showing confidence percentag
|
|
29 |
Demo
|
30 |
Try the live app on Hugging Face Spaces:
|
31 |
|
32 |
-
|
33 |
|
34 |
Installation
|
35 |
Clone the repo and install dependencies:
|
@@ -88,9 +88,7 @@ Supports common audio formats like .wav and .mp3.
|
|
88 |
Customization
|
89 |
Change the model in app.py by editing:
|
90 |
|
91 |
-
python
|
92 |
-
Copy
|
93 |
-
Edit
|
94 |
pipe = pipeline("audio-classification", model="your_model_name")
|
95 |
Customize UI elements and theme in the Gradio interface.
|
96 |
|
|
|
29 |
Demo
|
30 |
Try the live app on Hugging Face Spaces:
|
31 |
|
32 |
+
https://huggingface.co/spaces/tusker123/accent-detection
|
33 |
|
34 |
Installation
|
35 |
Clone the repo and install dependencies:
|
|
|
88 |
Customization
|
89 |
Change the model in app.py by editing:
|
90 |
|
91 |
+
#python
|
|
|
|
|
92 |
pipe = pipeline("audio-classification", model="your_model_name")
|
93 |
Customize UI elements and theme in the Gradio interface.
|
94 |
|