Updated space description in app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ if __name__ == "__main__":
|
|
149 |
"""
|
150 |
<center><h1>English speaker accent recognition using Transfer Learning</h1></center> \
|
151 |
This space is a demo of an English (precisely UK & Ireland) accent classification model using Keras.<br> \
|
152 |
-
In this space, you can record your voice or upload a wav file and the model will predict the accent
|
153 |
"""
|
154 |
)
|
155 |
with gr.Row():
|
@@ -183,4 +183,4 @@ if __name__ == "__main__":
|
|
183 |
outputs=[lbl_output, plt_output],
|
184 |
)
|
185 |
|
186 |
-
demo.launch(debug=
|
|
|
149 |
"""
|
150 |
<center><h1>English speaker accent recognition using Transfer Learning</h1></center> \
|
151 |
This space is a demo of an English (precisely UK & Ireland) accent classification model using Keras.<br> \
|
152 |
+
In this space, you can record your voice or upload a wav file and the model will predict the English accent spoken in the audio<br><br>
|
153 |
"""
|
154 |
)
|
155 |
with gr.Row():
|
|
|
183 |
outputs=[lbl_output, plt_output],
|
184 |
)
|
185 |
|
186 |
+
demo.launch(debug=False)
|