Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added note for limited liability, OpenAI terms etc
  • Loading branch information
TheMorpheus407 authored Dec 3, 2023
1 parent d63629d commit be8af6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ <h1>Text-to-Audio Converter</h1>

<!-- Footer Section -->
<footer>
<p>
By using this Text-to-Audio Converter / Audiobook Creator, you acknowledge that you have read and agreed to all terms and conditions outlined in the licenses and agreements of this repository. For more details, please visit
<a href="https://github.com/TheMorpheus407/OpenAI-Audiobook-Generator" target="_blank">https://github.com/TheMorpheus407/OpenAI-Audiobook-Generator</a>.
</p>
<p>Get your OpenAI API Key <a href="https://platform.openai.com/api-keys">here</a>.</p>
<p id="status">This will take some time... Make sure to not interrupt the process!</p>
<p>Step 1: Creating TTS: <progress id="progressbar1" value="0" max="0"></progress></p>
Expand All @@ -56,4 +60,4 @@ <h1>Text-to-Audio Converter</h1>
<script src="audiobuffer-to-wav.js"></script>
<script src="main.js"></script>
</body>
</html>
</html>

0 comments on commit be8af6a

Please sign in to comment.