Skip to content

Commit

Permalink
updating the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RayVentura committed Aug 4, 2023
1 parent 9c5c51e commit 00bcefb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function Home() {
Automated Editing Framework
</h5>
<p className="mt-2 text-base leading-6 text-gray-600">
ShortGPT employs a heavy usage of LLMs to streamline the video creation process.
ShortGPT employs a heavy usage of LLMs and automated video editing libraries to streamline the video creation process (Ffmpeg, moviepy, ffprobe).
</p>
</div>
</div>
Expand All @@ -201,7 +201,7 @@ function Home() {
Voiceover / Content Creation
</h5>
<p className="mt-2 text-base leading-6 text-gray-600">
ShortGPT integrates a multi-lingual voiceover synthesis module, supporting a wide range of languages. It comes with support with the Elevenlabs api, and also comes integrated with Microsoft's EdgeTTS free voice synthesis engine. This feature facilitates the creation of diverse content, catering to a global audience.
ShortGPT integrates multiple neural voice synthesis engines (ElevenLabs, EdgeTTS), to allow human-like voice quality in the audio generated.
</p>
</div>
</div>
Expand All @@ -219,7 +219,7 @@ function Home() {
Asset Sourcing
</h5>
<p className="mt-2 text-base leading-6 text-gray-600">
ShortGPT is equipped with an advanced asset sourcing module that can retrieve images and video footage from the internet. This feature allows for the easy incorporation of relevant visuals into the content.
ShortGPT is equipped with an advanced asset sourcing module that can retrieve images and video footage from the internet. This feature allows for the easy incorporation of relevant visuals into the content (Pexels, youtube, and more soon).
</p>
</div>
</div>
Expand Down

0 comments on commit 00bcefb

Please sign in to comment.