rmayormartins commited on
Commit
82203f6
β€’
1 Parent(s): 3338e2e

Subindo arquivos7

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def classify_accent(audio):
47
 
48
  # Interface do Gradio
49
  description_html = """
50
- <p>Test with recording or uploading an audio file. To test, I recommend a word.</p>
51
  <p>Ramon Mayor Martins: <a href="https://rmayormartins.github.io/" target="_blank">Website</a> | <a href="https://huggingface.co/rmayormartins" target="_blank">Spaces</a></p>
52
  """
53
 
 
47
 
48
  # Interface do Gradio
49
  description_html = """
50
+ <p>Test with recording or uploading an audio file. To test, I recommend short sentences.</p>
51
  <p>Ramon Mayor Martins: <a href="https://rmayormartins.github.io/" target="_blank">Website</a> | <a href="https://huggingface.co/rmayormartins" target="_blank">Spaces</a></p>
52
  """
53