Nikhil Mudhalwadkar commited on
Commit
7b96f60
·
1 Parent(s): b308e39

update gradio

Browse files
Files changed (1) hide show
  1. requirements.txt +98 -8
requirements.txt CHANGED
@@ -1,8 +1,98 @@
1
- gradio
2
- torch
3
- torchvision
4
- pytorch_lightning
5
- matplotlib
6
- albumentations
7
- pillow
8
- lightning-bolts
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.1.0
2
+ aiohttp==3.8.1
3
+ aiosignal==1.2.0
4
+ albumentations==1.2.0
5
+ analytics-python==1.4.0
6
+ anyio==3.6.1
7
+ async-timeout==4.0.2
8
+ attrs==21.4.0
9
+ backoff==1.10.0
10
+ bcrypt==3.2.2
11
+ cachetools==5.2.0
12
+ certifi==2022.6.15
13
+ cffi==1.15.1
14
+ charset-normalizer==2.1.0
15
+ click==8.1.3
16
+ cryptography==37.0.4
17
+ cycler==0.11.0
18
+ fastapi==0.78.0
19
+ ffmpy==0.3.0
20
+ fonttools==4.34.4
21
+ frozenlist==1.3.0
22
+ fsspec==2022.5.0
23
+ google-auth==2.9.0
24
+ google-auth-oauthlib==0.4.6
25
+ gradio==3.1.6
26
+ grpcio==1.47.0
27
+ h11==0.12.0
28
+ httpcore==0.15.0
29
+ httpx==0.23.0
30
+ idna==3.3
31
+ imageio==2.19.3
32
+ importlib-metadata==4.12.0
33
+ Jinja2==3.1.2
34
+ joblib==1.1.0
35
+ kiwisolver==1.4.3
36
+ lightning-bolts==0.5.0
37
+ linkify-it-py==1.0.3
38
+ Markdown==3.3.7
39
+ markdown-it-py==2.1.0
40
+ MarkupSafe==2.1.1
41
+ matplotlib==3.5.2
42
+ mdit-py-plugins==0.3.0
43
+ mdurl==0.1.1
44
+ monotonic==1.6
45
+ multidict==6.0.2
46
+ networkx==2.8.4
47
+ numpy==1.23.1
48
+ oauthlib==3.2.0
49
+ opencv-python-headless==4.6.0.66
50
+ orjson==3.7.7
51
+ packaging==21.3
52
+ pandas==1.4.3
53
+ paramiko==2.11.0
54
+ Pillow==9.2.0
55
+ protobuf==3.19.4
56
+ pyasn1==0.4.8
57
+ pyasn1-modules==0.2.8
58
+ pycparser==2.21
59
+ pycryptodome==3.15.0
60
+ pydantic==1.9.1
61
+ pyDeprecate==0.3.2
62
+ pydub==0.25.1
63
+ PyNaCl==1.5.0
64
+ pyparsing==3.0.9
65
+ python-dateutil==2.8.2
66
+ python-multipart==0.0.5
67
+ pytorch-lightning==1.6.4
68
+ pytz==2022.1
69
+ PyWavelets==1.3.0
70
+ PyYAML==6.0
71
+ qudida==0.0.4
72
+ requests==2.28.1
73
+ requests-oauthlib==1.3.1
74
+ rfc3986==1.5.0
75
+ rsa==4.8
76
+ scikit-image==0.18.3
77
+ scikit-learn==1.1.1
78
+ scipy==1.8.1
79
+ six==1.16.0
80
+ sniffio==1.2.0
81
+ starlette==0.19.1
82
+ tensorboard==2.9.1
83
+ tensorboard-data-server==0.6.1
84
+ tensorboard-plugin-wit==1.8.1
85
+ threadpoolctl==3.1.0
86
+ tifffile==2022.5.4
87
+ torch==1.12.0
88
+ torchmetrics==0.9.2
89
+ torchvision==0.13.0
90
+ tqdm==4.64.0
91
+ typing-extensions==4.3.0
92
+ uc-micro-py==1.0.1
93
+ urllib3==1.26.10
94
+ uvicorn==0.18.2
95
+ websockets==10.3
96
+ Werkzeug==2.1.2
97
+ yarl==1.7.2
98
+ zipp==3.8.0