switch back to PyTorch backend
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import copy
|
|
11 |
import argparse
|
12 |
|
13 |
# Use ONNX to speed up the inference.
|
14 |
-
ENABLE_ONNX =
|
15 |
|
16 |
parser = argparse.ArgumentParser(
|
17 |
description="Host EdgeSAM as a local web service."
|
|
|
11 |
import argparse
|
12 |
|
13 |
# Use ONNX to speed up the inference.
|
14 |
+
ENABLE_ONNX = False
|
15 |
|
16 |
parser = argparse.ArgumentParser(
|
17 |
description="Host EdgeSAM as a local web service."
|