Modified CPU usage message
Browse files
frontend/components/SingleAnalysis.tsx
CHANGED
|
@@ -197,7 +197,7 @@ const SingleAnalysis: React.FC = () => {
|
|
| 197 |
<p className="text-cyan-400/80 animate-pulse mb-4">Running AI classification models...</p>
|
| 198 |
<div className="bg-yellow-500/10 border border-yellow-500/20 rounded-lg px-4 py-2 max-w-xs mx-auto">
|
| 199 |
<p className="text-yellow-200/80 text-xs">
|
| 200 |
-
⚠️ Note: Classification runs on CPU and may take up to
|
| 201 |
</p>
|
| 202 |
</div>
|
| 203 |
</div>
|
|
|
|
| 197 |
<p className="text-cyan-400/80 animate-pulse mb-4">Running AI classification models...</p>
|
| 198 |
<div className="bg-yellow-500/10 border border-yellow-500/20 rounded-lg px-4 py-2 max-w-xs mx-auto">
|
| 199 |
<p className="text-yellow-200/80 text-xs">
|
| 200 |
+
⚠️ Note: Classification runs on CPU and may take up to a minute or two.
|
| 201 |
</p>
|
| 202 |
</div>
|
| 203 |
</div>
|