mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
fix merge confligt
This commit is contained in:
parent
79f82c36ae
commit
3629527b4f
@ -225,10 +225,11 @@ export default function Explore() {
|
||||
};
|
||||
|
||||
if (
|
||||
!textModelState ||
|
||||
!textTokenizerState ||
|
||||
!visionModelState ||
|
||||
!visionFeatureExtractorState
|
||||
config?.semantic_search.enabled &&
|
||||
(!textModelState ||
|
||||
!textTokenizerState ||
|
||||
!visionModelState ||
|
||||
!visionFeatureExtractorState)
|
||||
) {
|
||||
return (
|
||||
<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