Skip to content

Commit

Permalink
chore: add prediction time message
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovandenhooff committed Apr 25, 2022
1 parent 208cd03 commit a6d923a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/src/pages/dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ export const Dashboard = () => {
>
Select or upload an image of an indoor scene to classify it.
</Typography>
<Typography
variant="caption"
component="p"
sx={{ mb: 2 }}
>
(The first prediction may take 30-60 seconds while as the models are loaded).
</Typography>
</Box>
<Body>
<Box sx={{
Expand Down

0 comments on commit a6d923a

Please sign in to comment.