Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
951a2e6
1
Parent(s):
5c18f72
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import torch
|
|
7 |
|
8 |
torch.jit.script = lambda f: f
|
9 |
# Initialize the model globally
|
10 |
-
remover = Remover(jit=
|
11 |
|
12 |
@spaces.GPU
|
13 |
def process_image(input_image, output_type):
|
|
|
7 |
|
8 |
torch.jit.script = lambda f: f
|
9 |
# Initialize the model globally
|
10 |
+
remover = Remover(jit=False)
|
11 |
|
12 |
@spaces.GPU
|
13 |
def process_image(input_image, output_type):
|