3v324v23's picture
Зафиксирована рабочая версия TEN-Agent для HuggingFace Space
87337b1
raw
history blame contribute delete
201 Bytes
import * as ProgressPrimitive from "@radix-ui/react-progress";
const Progress = ProgressPrimitive.Root;
const ProgressIndicator = ProgressPrimitive.Indicator;
export { Progress, ProgressIndicator };