mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-02-11 07:59:56 +00:00
Fixed some build issues for now. Added info to the readme
This commit is contained in:
@@ -23,7 +23,7 @@ export default function FilesWidget({ jobID }: { jobID: string }) {
|
||||
<div className="bg-gray-800 px-4 py-3 flex items-center justify-between">
|
||||
<div className="flex items-center space-x-2">
|
||||
<Brain className="w-5 h-5 text-purple-400" />
|
||||
<h2 className="font-semibold text-gray-100">Model Checkpoints</h2>
|
||||
<h2 className="font-semibold text-gray-100">Checkpoints</h2>
|
||||
<span className="px-2 py-0.5 bg-gray-700 rounded-full text-xs text-gray-300">
|
||||
{files.length}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user