Add hyperlink to make easier for folks to find their API keys
#1
by
multimodalart
HF staff
- opened
app.py
CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
108 |
|
109 |
gr.Markdown("""
|
110 |
## How to use this app:
|
111 |
-
1. Enter your Groq API Key in the provided field.
|
112 |
2. Click on the microphone icon and speak your message (or forever hold your peace)! You can also provide a supported audio file. Supported audio files include mp3, mp4, mpeg, mpga, m4a, wav, and webm file types.
|
113 |
3. Click the "Process" button to transcribe your speech and generate a response from our AI assistant.
|
114 |
4. The transcription and AI assistant response will appear in the respective text boxes.
|
|
|
108 |
|
109 |
gr.Markdown("""
|
110 |
## How to use this app:
|
111 |
+
1. Enter your [Groq API Key](https://console.groq.com/keys) in the provided field.
|
112 |
2. Click on the microphone icon and speak your message (or forever hold your peace)! You can also provide a supported audio file. Supported audio files include mp3, mp4, mpeg, mpga, m4a, wav, and webm file types.
|
113 |
3. Click the "Process" button to transcribe your speech and generate a response from our AI assistant.
|
114 |
4. The transcription and AI assistant response will appear in the respective text boxes.
|