Spaces:
Runtime error
Runtime error
Esmail-AGumaan
commited on
Commit
•
ca5cb45
1
Parent(s):
64e1ee8
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import subprocess
|
|
7 |
import os
|
8 |
import random
|
9 |
|
10 |
-
|
11 |
|
12 |
# Configure devices
|
13 |
DEVICE = "cpu"
|
|
|
7 |
import os
|
8 |
import random
|
9 |
|
10 |
+
import model_loader, pipeline
|
11 |
|
12 |
# Configure devices
|
13 |
DEVICE = "cpu"
|