whyu commited on
Commit
3e3e0c6
1 Parent(s): ae59ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from timm.data import create_transform
8
  from typing import Any
9
 
10
 
11
- device = "cuda"
12
 
13
  # Prepare the model.
14
  import models
 
8
  from typing import Any
9
 
10
 
11
+ device = "cpu"
12
 
13
  # Prepare the model.
14
  import models