mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-16 08:05:22 +03:00
fix merge confligt
This commit is contained in:
parent
79f82c36ae
commit
3629527b4f
@ -225,10 +225,11 @@ export default function Explore() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!textModelState ||
|
config?.semantic_search.enabled &&
|
||||||
!textTokenizerState ||
|
(!textModelState ||
|
||||||
!visionModelState ||
|
!textTokenizerState ||
|
||||||
!visionFeatureExtractorState
|
!visionModelState ||
|
||||||
|
!visionFeatureExtractorState)
|
||||||
) {
|
) {
|
||||||
return (
|
return (
|
||||||
<ActivityIndicator className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2" />
|
<ActivityIndicator className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user