Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mingxin Zheng <[email protected]>
  • Loading branch information
mingxin-zheng committed Nov 8, 2024
1 parent c94ccce commit 9db2e50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"projectBaseUrl":"${workspaceFolder}",
"ignorePatterns": [
{
"pattern": "^https://monai.io"
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 3,
Expand Down
2 changes: 1 addition & 1 deletion m3/demo/gradio_m3.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def process_prompt(self, prompt, sv, chat_history):
image_url=sv.image_url,
input=outputs,
output_dir=sv.temp_working_dir,
img_file=img_file,
img_file=CACHED_IMAGES.get(sv.image_url, None),
slice_index=sv.slice_index,
prompt=prompt,
)
Expand Down

0 comments on commit 9db2e50

Please sign in to comment.