Start the FlexAI endpoints
Create the FlexAI secret that contains your HF token in order to access the inference models:You’ll notice the last
export line uses the jq tool to extract the value of endpointUrl from the JSON output of the inspect command.If you don’t have it already, you can get jq from its official website: https://jqlang.org/Setup
Usage
- Access the Interface: Open the Gradio interface in your web browser. To avoid any microphone access permission errors, prefer to use the public URL rather than the local one.
-
Record Audio:
- Click the record icon to start recording
- Speak your message
- Click stop when finished recording
- Get Transcription: Click the “Transcribe” button to process your audio and receive the text transcription.
- View Results: The transcribed text will appear in the results panel on the right side of the interface.