Skip to content

Commit

Permalink
Merge pull request #16 from andreped/demo-hf
Browse files Browse the repository at this point in the history
Use app-file outside demo/ dir
  • Loading branch information
andreped authored Oct 4, 2023
2 parents b68937a + 2eeebd6 commit 3e715d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ RUN rm -r *.zip
RUN wget "https://github.com/andreped/neukit/releases/download/test-data/test_thorax_CT.nii.gz"

# CMD ["/bin/bash"]
CMD ["python3", "demo/app.py"]
CMD ["python3", "app.py"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ app_port: 7860
emoji: 🧠
pinned: false
license: mit
app_file: demo/app.py
app_file: app.py
---

<div align="center">
Expand Down

0 comments on commit 3e715d7

Please sign in to comment.