KanvaBhatia commited on
Commit
48b793e
·
1 Parent(s): 183b9ba

Upload 2 files

Browse files
Files changed (2) hide show
  1. model.pth +3 -0
  2. requirements.txt +114 -0
model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8401dfc3635324c464b56ea6f1f6c22d33648a06e915dc6775f6a82ab0f1c5
3
+ size 8727085
requirements.txt ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==3.7.1
5
+ appdirs==1.4.4
6
+ appnope==0.1.3
7
+ asttokens==2.4.1
8
+ attrs==23.1.0
9
+ certifi==2023.11.17
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ comm==0.2.0
14
+ contourpy==1.2.0
15
+ cycler==0.12.1
16
+ debugpy==1.8.0
17
+ decorator==4.4.2
18
+ DeepFilterLib==0.4.0
19
+ deepfilternet==0.4.0
20
+ dill==0.3.7
21
+ exceptiongroup==1.2.0
22
+ executing==2.0.1
23
+ fastapi==0.104.1
24
+ ffmpy==0.3.1
25
+ filelock==3.13.1
26
+ fonttools==4.45.1
27
+ fsspec==2023.10.0
28
+ gradio==4.7.1
29
+ gradio_client==0.7.0
30
+ h11==0.14.0
31
+ httpcore==1.0.2
32
+ httpx==0.25.2
33
+ huggingface-hub==0.19.4
34
+ idna==3.6
35
+ imageio==2.33.0
36
+ imageio-ffmpeg==0.4.9
37
+ importlib-metadata==6.9.0
38
+ importlib-resources==6.1.1
39
+ ipykernel==6.27.1
40
+ ipython==8.18.1
41
+ jedi==0.19.1
42
+ Jinja2==3.1.2
43
+ jsonschema==4.20.0
44
+ jsonschema-specifications==2023.11.2
45
+ jupyter_client==8.6.0
46
+ jupyter_core==5.5.0
47
+ kiwisolver==1.4.5
48
+ loguru==0.7.2
49
+ markdown-it-py==3.0.0
50
+ MarkupSafe==2.1.3
51
+ matplotlib==3.8.2
52
+ matplotlib-inline==0.1.6
53
+ mdurl==0.1.2
54
+ moviepy==1.0.3
55
+ mpmath==1.3.0
56
+ multiprocess==0.70.15
57
+ nest-asyncio==1.5.8
58
+ networkx==3.1
59
+ numpy==1.25.0
60
+ orjson==3.9.10
61
+ packaging==23.2
62
+ pandas==2.0.3
63
+ parso==0.8.3
64
+ pathos==0.3.0
65
+ pexpect==4.9.0
66
+ Pillow==9.5.0
67
+ platformdirs==4.0.0
68
+ pox==0.3.3
69
+ ppft==1.7.6.7
70
+ proglog==0.1.10
71
+ prompt-toolkit==3.0.41
72
+ psutil==5.9.6
73
+ ptyprocess==0.7.0
74
+ pure-eval==0.2.2
75
+ pydantic==2.5.2
76
+ pydantic_core==2.14.5
77
+ pydub==0.25.1
78
+ Pygments==2.17.2
79
+ pyparsing==3.1.1
80
+ python-dateutil==2.8.2
81
+ python-multipart==0.0.6
82
+ pytz==2023.3.post1
83
+ PyYAML==6.0.1
84
+ pyzmq==25.1.1
85
+ referencing==0.31.1
86
+ requests==2.31.0
87
+ rich==13.7.0
88
+ rpds-py==0.13.2
89
+ scipy==1.11.1
90
+ semantic-version==2.10.0
91
+ shellingham==1.5.4
92
+ six==1.16.0
93
+ smdebug-rulesconfig==1.0.1
94
+ sniffio==1.3.0
95
+ stack-data==0.6.3
96
+ starlette==0.27.0
97
+ sympy==1.12
98
+ tblib==1.7.0
99
+ threadpoolctl==3.1.0
100
+ tomlkit==0.12.0
101
+ toolz==0.12.0
102
+ torch==1.13.0
103
+ torchaudio==0.13.0
104
+ tornado==6.4
105
+ tqdm==4.65.0
106
+ traitlets==5.14.0
107
+ typer==0.9.0
108
+ typing_extensions==4.8.0
109
+ tzdata==2023.3
110
+ urllib3==1.26.16
111
+ uvicorn==0.22.0
112
+ wcwidth==0.2.12
113
+ websockets==11.0.3
114
+ zipp==3.15.0