tnt306 commited on
Commit
c9a8555
·
1 Parent(s): 5f1cd98

Modified requirements and readme

Browse files
Files changed (2) hide show
  1. README.md +1 -4
  2. requirements.txt +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Mytest
3
  emoji: ⚡
4
  colorFrom: purple
5
  colorTo: pink
@@ -9,8 +9,5 @@ sdk_version: 4.44.0
9
  app_file: app.py
10
  pinned: false
11
  license: mit
12
- short_description: A short description of the Space
13
  tags: ['rediction', 'ehr', 'graph-neural-network']
14
  ---
15
-
16
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Mortality Prediction with Graph Neural Network
3
  emoji: ⚡
4
  colorFrom: purple
5
  colorTo: pink
 
9
  app_file: app.py
10
  pinned: false
11
  license: mit
 
12
  tags: ['rediction', 'ehr', 'graph-neural-network']
13
  ---
 
 
requirements.txt CHANGED
@@ -1,4 +1,4 @@
 
1
  gradio==4.44.0
2
  numpy==1.23.5
3
  pandas==2.2.2
4
- torch==2.4.0
 
1
+ torch==2.4.0
2
  gradio==4.44.0
3
  numpy==1.23.5
4
  pandas==2.2.2