tusker123 commited on
Commit
855b9e8
·
verified ·
1 Parent(s): 4d98d92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
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
- (Replace the URL above with your actual Space URL after deployment.)
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