Spaces:
Build error
Build error
Fix app.py
Browse files- app.py +4 -1
- 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
|
12 |
-
scipy
|
13 |
thop>=0.1.1
|
14 |
-
tqdm>=4.64.
|
15 |
gitpython>=3.1.30
|
16 |
-
matplotlib>=3.
|
17 |
-
pandas>=1.
|
18 |
-
seaborn>=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
|