Spaces:
Sleeping
Sleeping
Jason Adrian
commited on
Commit
·
60a6fe2
1
Parent(s):
b7303c6
edit requirements
Browse files- app.py +0 -5
- requirements.txt +2 -69
app.py
CHANGED
@@ -1,9 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
-
import torch
|
3 |
-
from torchvision.transforms import transforms
|
4 |
-
import numpy as np
|
5 |
-
from typing import Optional
|
6 |
-
import torch.nn as nn
|
7 |
import os
|
8 |
from utils import page_utils
|
9 |
|
|
|
1 |
import gradio as gr
|
|
|
|
|
|
|
|
|
|
|
2 |
import os
|
3 |
from utils import page_utils
|
4 |
|
requirements.txt
CHANGED
@@ -1,69 +1,2 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
charset-normalizer==3.3.2
|
4 |
-
colorama==0.4.6
|
5 |
-
comm==0.2.0
|
6 |
-
contourpy==1.2.0
|
7 |
-
cycler==0.12.1
|
8 |
-
debugpy==1.8.0
|
9 |
-
decorator==5.1.1
|
10 |
-
exceptiongroup==1.2.0
|
11 |
-
executing==2.0.1
|
12 |
-
filelock==3.13.1
|
13 |
-
fire==0.5.0
|
14 |
-
fonttools==4.46.0
|
15 |
-
fsspec==2023.12.1
|
16 |
-
idna==3.6
|
17 |
-
ipykernel==6.27.1
|
18 |
-
ipython==8.18.1
|
19 |
-
jedi==0.19.1
|
20 |
-
Jinja2==3.1.2
|
21 |
-
joblib==1.3.2
|
22 |
-
jupyter_client==8.6.0
|
23 |
-
jupyter_core==5.5.0
|
24 |
-
kiwisolver==1.4.5
|
25 |
-
MarkupSafe==2.1.3
|
26 |
-
matplotlib==3.8.2
|
27 |
-
matplotlib-inline==0.1.6
|
28 |
-
monai==1.3.0
|
29 |
-
mpmath==1.3.0
|
30 |
-
nest-asyncio==1.5.8
|
31 |
-
networkx==3.2.1
|
32 |
-
numpy==1.26.2
|
33 |
-
opencv-python==4.8.1.78
|
34 |
-
packaging==23.2
|
35 |
-
pandas==2.1.3
|
36 |
-
parso==0.8.3
|
37 |
-
Pillow==10.1.0
|
38 |
-
platformdirs==4.1.0
|
39 |
-
prompt-toolkit==3.0.43
|
40 |
-
psutil==5.9.6
|
41 |
-
pure-eval==0.2.2
|
42 |
-
py-cpuinfo==9.0.0
|
43 |
-
Pygments==2.17.2
|
44 |
-
pyparsing==3.1.1
|
45 |
-
python-dateutil==2.8.2
|
46 |
-
pytz==2023.3.post1
|
47 |
-
pywin32==306
|
48 |
-
PyYAML==6.0.1
|
49 |
-
pyzmq==25.1.2
|
50 |
-
requests==2.31.0
|
51 |
-
scikit-learn==1.3.2
|
52 |
-
scipy==1.11.4
|
53 |
-
seaborn==0.13.0
|
54 |
-
six==1.16.0
|
55 |
-
stack-data==0.6.3
|
56 |
-
sympy==1.12
|
57 |
-
termcolor==2.4.0
|
58 |
-
thop==0.1.1.post2209072238
|
59 |
-
threadpoolctl==3.2.0
|
60 |
-
torch==2.1.1
|
61 |
-
torchvision==0.16.1
|
62 |
-
tornado==6.4
|
63 |
-
tqdm==4.66.1
|
64 |
-
traitlets==5.14.0
|
65 |
-
typing_extensions==4.8.0
|
66 |
-
tzdata==2023.3
|
67 |
-
ultralytics==8.0.225
|
68 |
-
urllib3==2.1.0
|
69 |
-
wcwidth==0.2.12
|
|
|
1 |
+
ultralytics
|
2 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|