Skip to content

Commit

Permalink
Merge pull request #5 from andreped/dev
Browse files Browse the repository at this point in the history
Added demo snapshot + fixed Example
  • Loading branch information
andreped committed Jun 5, 2023
2 parents e33a06e + 2f9fd97 commit e752686
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN wget "https://github.com/raidionics/Raidionics-models/releases/download/1.2.
unzip "Raidionics-MRI_Meningioma-ONNX-v12.zip" && mkdir -p resources/models/ && mv MRI_Meningioma/ resources/models/MRI_Meningioma/

# Download test sample
RUN wget "https://github.com/andreped/neukit/releases/download/test-data/RegLib_C01_2.nii.gz"
RUN wget "https://github.com/andreped/neukit/releases/download/test-data/RegLib_C01_2.nii"

# Download test sample
RUN pip install gdown && gdown "https://drive.google.com/uc?id=1shjSrFjS4PHE5sTku30PZTLPZpGu24o3"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ app_file: app.py

# neukit

## Usage
## Demo <a target="_blank" href="https://huggingface.co/spaces/andreped/neukit"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>

The software will be made openly available on Hugging Face spaces very soon. Stay tuned for more!
![Screenshot 2023-06-05 at 17 31 48](https://github.com/andreped/neukit/assets/29090665/f184fda5-b9db-48fb-b096-dd589e8fce81)

## Setup

Expand Down
2 changes: 1 addition & 1 deletion neukit/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):

with gr.Row():
gr.Examples(
examples=[self.cwd + "RegLib_C01_2.nii.gz"],
examples=[self.cwd + "RegLib_C01_2.nii"],
inputs=file_output,
outputs=file_output,
fn=self.upload_file,
Expand Down

0 comments on commit e752686

Please sign in to comment.