andreped commited on
Commit
3e715d7
2 Parent(s): b68937a 2eeebd6

Merge pull request #16 from andreped/demo-hf

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -1
Dockerfile CHANGED
@@ -65,4 +65,4 @@ RUN rm -r *.zip
65
  RUN wget "https://github.com/andreped/neukit/releases/download/test-data/test_thorax_CT.nii.gz"
66
 
67
  # CMD ["/bin/bash"]
68
- CMD ["python3", "demo/app.py"]
 
65
  RUN wget "https://github.com/andreped/neukit/releases/download/test-data/test_thorax_CT.nii.gz"
66
 
67
  # CMD ["/bin/bash"]
68
+ CMD ["python3", "app.py"]
README.md CHANGED
@@ -7,7 +7,7 @@ app_port: 7860
7
  emoji: 🧠
8
  pinned: false
9
  license: mit
10
- app_file: demo/app.py
11
  ---
12
 
13
  <div align="center">
 
7
  emoji: 🧠
8
  pinned: false
9
  license: mit
10
+ app_file: app.py
11
  ---
12
 
13
  <div align="center">