pcback commited on
Commit
17c78a6
·
1 Parent(s): ba647e1

Fix app.py

Browse files
Files changed (2) hide show
  1. app.py +4 -1
  2. requirements.txt +6 -6
app.py CHANGED
@@ -236,4 +236,7 @@ def main():
236
  html_code = cells_to_html(cells)
237
 
238
  cols[2].html(html_code)
239
-
 
 
 
 
236
  html_code = cells_to_html(cells)
237
 
238
  cols[2].html(html_code)
239
+
240
+
241
+ if __name__ == '__main__':
242
+ main()
requirements.txt CHANGED
@@ -8,12 +8,12 @@ torch==1.12.0
8
  torchvision==0.13.0
9
  beautifulsoup4==4.11.1
10
  psutil
11
- numpy==1.21.6
12
- scipy==1.7.3
13
  thop>=0.1.1
14
- tqdm>=4.64.0
15
  gitpython>=3.1.30
16
- matplotlib>=3.2.2
17
- pandas>=1.1.4
18
- seaborn>=0.11.0
19
  setuptools>=65.5.1
 
8
  torchvision==0.13.0
9
  beautifulsoup4==4.11.1
10
  psutil
11
+ numpy>=1.21.6
12
+ scipy>=1.7.3
13
  thop>=0.1.1
14
+ tqdm>=4.64.1
15
  gitpython>=3.1.30
16
+ matplotlib>=3.5.3
17
+ pandas>=1.3.5
18
+ seaborn>=0.12.0
19
  setuptools>=65.5.1