We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb08b03 commit a437507Copy full SHA for a437507
myoquant/commands/run_sdh.py
@@ -96,6 +96,8 @@ def sdh_analysis(
96
97
# If the model path is not provided, download latest version or check existence.
98
if model_path is None:
99
+ import urllib.request
100
+
101
console.print(
102
"💡 INFO: No SDH model provided, will download or use latest one.",
103
style="blue",
@@ -124,7 +126,6 @@ def sdh_analysis(
124
126
transient=False,
125
127
) as progress:
128
progress.add_task(description="Importing the libraries...", total=None)
- import urllib.request
129
from ..src.common_func import (
130
is_gpu_availiable,
131
load_cellpose,
0 commit comments