developy commited on
Commit
901eb7f
·
verified ·
1 Parent(s): 427fd7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def infer(
45
 
46
  pipe_out = pipe(
47
  input_image,
48
- processing_res=768,
49
  match_input_res=True,
50
  batch_size=1,
51
  color_map="Spectral",
 
45
 
46
  pipe_out = pipe(
47
  input_image,
48
+ processing_res=0,
49
  match_input_res=True,
50
  batch_size=1,
51
  color_map="Spectral",