afiz commited on
Commit
dd1eb26
·
1 Parent(s): 2eb8d8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with demo:
45
  gr.Markdown(
46
  """
47
  # Convert Audio files to Text files using AssemblyAI.
48
- ### Get AssemblyAI API Key from here assemblyai.com
49
  """)
50
  inp = [gr.Textbox(label='API Key', placeholder="What is your API Key?"), gr.Textbox(label='Audio File URL', placeholder="Audio file URL?")]
51
  out = gr.Textbox(label='Output')
 
45
  gr.Markdown(
46
  """
47
  # Convert Audio files to Text files using AssemblyAI.
48
+ ### Get AssemblyAI API Key from here https://app.assemblyai.com/
49
  """)
50
  inp = [gr.Textbox(label='API Key', placeholder="What is your API Key?"), gr.Textbox(label='Audio File URL', placeholder="Audio file URL?")]
51
  out = gr.Textbox(label='Output')