Skip to content

Commit

Permalink
Added opencv to settings.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
skaliy committed Aug 14, 2023
1 parent e048f08 commit d393242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fastMONAI/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.6"
__version__ = "0.3.7"
1 change: 0 additions & 1 deletion research/endometrial_cancer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def predict(fileobj, learner, reorder, resample, save_dir):
models_path, save_dir = initialize_system()
learner, reorder, resample = load_system_resources(models_path)

#output_image = gr.outputs.Image(label="Segmentation Image")
output_text = gr.Textbox(label="Volume of the predicted tumor:")

demo = gr.Interface(
Expand Down
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
### Python Library ###
lib_name = fastMONAI
min_python = 3.7
version = 0.3.6
version = 0.3.7
### OPTIONAL ###

requirements = fastai==2.7.12 monai==1.2.0 torchio==0.18.91 xlrd>=1.2.0 scikit-image==0.19.3 imagedata==2.1.3 huggingface-hub gdown gradio
requirements = fastai==2.7.12 monai==1.2.0 torchio==0.18.91 xlrd>=1.2.0 scikit-image==0.19.3 imagedata==2.1.3 opencv-python==4.8.0 huggingface-hub gdown gradio
dev_requirements = ipywidgets nbdev tabulate

### nbdev ###
Expand Down

0 comments on commit d393242

Please sign in to comment.