Spaces:
Running
Running
Update app.py
Browse files
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')
|