gokaygokay commited on
Commit
951a2e6
1 Parent(s): 5c18f72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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):