Clarify about text

The last paragraph in the about page, stated that 'All processing is done locally ...'.
It was not clear enough where 'locally' actually was.

Changed the last paragraph to have more clarity.
The rewrite reads like this:
'All processing is done locally at the Department of Computer and Systems Sciences (DSV), Stockholm University, Sweden.
 No information is transmitted to external servers or cloud services, ensuring your privacy and data security.'
This commit is contained in:
Nico Athanassiadis 2025-03-27 06:48:19 +01:00
parent 9bf855875b
commit 349025f200

@ -33,8 +33,10 @@
<main class="container mt-4">
<h2>About Seshat Audio Transcriber</h2>
<p>This tool allows you to upload audio files and transcribe them into text using whisperAI.</p>
<p>The application runs a local instance of <a href="https://github.com/openai/whisper" target="_blank">Whisper AI</a>, using the turbo model on one NVIDIA RTX A4000 graphics card.</p>
<p>All processing is done locally, and no data is sent to the cloud, ensuring your privacy and data security.</p>
<p>The application runs a local instance of <a href="https://github.com/openai/whisper" target="_blank">Whisper AI</a>,
using the turbo model on one NVIDIA RTX A4000 graphics card.</p>
<p>All processing is done locally at the Department of Computer and Systems Sciences (DSV), Stockholm University, Sweden.
<br>No information is transmitted to external servers or cloud services, ensuring your privacy and data security.</p>
</main>
<footer class="bg-primary text-white py-4">
<div class="container">