thiagolira commited on
Commit
33daece
1 Parent(s): b76391f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ demo = gr.load("models/thiagolira/CiceroASR",
6
  ["./salvete.wav", "transcribe"],
7
  ],
8
  title = "Transcribe Classical Latin with CiceroASR!",
9
- description=("Transcribe microphone or audio inputs with the click of a button!"),
10
  )
11
 
12
  demo.launch()
 
6
  ["./salvete.wav", "transcribe"],
7
  ],
8
  title = "Transcribe Classical Latin with CiceroASR!",
9
+ description=("Transcribe microphone or audio inputs with the click of a button! You can find the model here: https://huggingface.co/thiagolira/CiceroASR"),
10
  )
11
 
12
  demo.launch()