Spaces:
Running
Running
yizhangliu
commited on
Commit
•
774d798
1
Parent(s):
f9e0e97
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,8 @@ try:
|
|
34 |
torch._C._jit_set_nvfuser_enabled(False)
|
35 |
except:
|
36 |
pass
|
37 |
-
|
|
|
38 |
from lama_cleaner.helper import (
|
39 |
load_img,
|
40 |
numpy_to_bytes,
|
|
|
34 |
torch._C._jit_set_nvfuser_enabled(False)
|
35 |
except:
|
36 |
pass
|
37 |
+
|
38 |
+
|
39 |
from lama_cleaner.helper import (
|
40 |
load_img,
|
41 |
numpy_to_bytes,
|