ishworrsubedii's picture
feat: update model and convert images to RGB for prediction display
066c36c verified
raw
history blame contribute delete
117 Bytes
from dataclasses import dataclass
from pathlib import Path
@dataclass(frozen=True)
class StreamLitConfig:
pass