docs: experiment

This commit is contained in:
Florian Hönicke
2023-04-08 19:22:59 +02:00
parent 8f1b654003
commit d4f973c4dc

View File

@@ -111,6 +111,13 @@ gptdeploy --description "Convert text to speech" --test "Hello, welcome to GPT D
```
<a href=res/text_to_speech_example.wav><img src="res/text_to_speech_example.png" alt="Text to Speech" width="600" /></a>
<audio id="audioPlayer" src="res/text_to_speech_example.wav" preload="none" style="display:none;"></audio>
<a href="#" onclick="document.getElementById('audioPlayer').play(); return false;">
<img src="res/text_to_speech_example.png" alt="Text to Speech" width="600" />
</a>
## QR Code Generator
```bash
gptdeploy --description "Generate QR code from URL" --test "https://www.example.com"