Spaces:
Runtime error
Runtime error
Update inference.py
Browse files- inference.py +1 -0
inference.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
import os
|
| 2 |
import PIL.Image
|
| 3 |
import torch
|
|
|
|
| 1 |
+
import functools
|
| 2 |
import os
|
| 3 |
import PIL.Image
|
| 4 |
import torch
|