Spaces:
Running
Running
Fix cpu only
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from PIL import Image
|
|
9 |
|
10 |
|
11 |
def greet(image, audio):
|
12 |
-
device = "
|
13 |
|
14 |
# Get model
|
15 |
model_conf_file = f'./config/model/ACL_ViT16.yaml'
|
|
|
9 |
|
10 |
|
11 |
def greet(image, audio):
|
12 |
+
device = "cpu"
|
13 |
|
14 |
# Get model
|
15 |
model_conf_file = f'./config/model/ACL_ViT16.yaml'
|