ironjr commited on
Commit
20e80d7
1 Parent(s): 4362886

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ opt.colors = [
149
  # '#FECAC0',
150
  ]
151
  opt.excluded_keys = ['inpainting_mode', 'is_running', 'active_palettes', 'current_palette', 'model']
152
- opt.prep_time = 3
153
 
154
 
155
  ### Shared memory hack for ZeroGPU
 
149
  # '#FECAC0',
150
  ]
151
  opt.excluded_keys = ['inpainting_mode', 'is_running', 'active_palettes', 'current_palette', 'model']
152
+ opt.prep_time = -3
153
 
154
 
155
  ### Shared memory hack for ZeroGPU