Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def infer(
|
|
| 45 |
|
| 46 |
pipe_out = pipe(
|
| 47 |
input_image,
|
| 48 |
-
processing_res=
|
| 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",
|