patloeber commited on
Commit
6e73788
1 Parent(s): 8d6a421

add api key link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks(
75
  gr.HTML(subtitle)
76
  gr.HTML(link)
77
  gr.HTML(
78
- """<center><a href="https://huggingface.co/spaces/assemblyai/Conformer1-Demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your AssemblyAI API Key</center>"""
79
  )
80
 
81
  with gr.Column(elem_id="col_container"):
 
75
  gr.HTML(subtitle)
76
  gr.HTML(link)
77
  gr.HTML(
78
+ """<center><a href="https://huggingface.co/spaces/assemblyai/Conformer1-Demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your AssemblyAI API Key. <a href="https://www.assemblyai.com/dashboard/signup">Get a free key here.</a></center>"""
79
  )
80
 
81
  with gr.Column(elem_id="col_container"):