Selim321 commited on
Commit
b0bbf4b
1 Parent(s): c5ba0d4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +77 -0
requirements.txt ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.20.3
2
+ aiofiles==23.1.0
3
+ aiohttp==3.8.4
4
+ aiosignal==1.3.1
5
+ altair==5.0.1
6
+ anyio==3.7.0
7
+ async-timeout==4.0.2
8
+ attrs==23.1.0
9
+ certifi==2023.5.7
10
+ charset-normalizer==3.1.0
11
+ click==8.1.3
12
+ contourpy==1.1.0
13
+ cycler==0.11.0
14
+ diffusers==0.17.1
15
+ fastapi==0.97.0
16
+ ffmpy==0.3.0
17
+ filelock==3.12.2
18
+ fonttools==4.40.0
19
+ frozenlist==1.3.3
20
+ fsspec==2023.6.0
21
+ gradio==3.35.2
22
+ gradio_client==0.2.7
23
+ h11==0.14.0
24
+ httpcore==0.17.2
25
+ httpx==0.24.1
26
+ huggingface-hub==0.15.1
27
+ idna==3.4
28
+ importlib-metadata==6.6.0
29
+ install==1.3.5
30
+ Jinja2==3.1.2
31
+ jsonschema==4.17.3
32
+ kiwisolver==1.4.4
33
+ linkify-it-py==2.0.2
34
+ markdown-it-py==2.2.0
35
+ MarkupSafe==2.1.3
36
+ matplotlib==3.7.1
37
+ mdit-py-plugins==0.3.3
38
+ mdurl==0.1.2
39
+ mpmath==1.3.0
40
+ multidict==6.0.4
41
+ networkx==3.1
42
+ numpy==1.25.0
43
+ orjson==3.9.1
44
+ packaging==23.1
45
+ pandas==2.0.2
46
+ Pillow==9.5.0
47
+ psutil==5.9.5
48
+ pydantic==1.10.9
49
+ pydub==0.25.1
50
+ Pygments==2.15.1
51
+ pyparsing==3.0.9
52
+ pyrsistent==0.19.3
53
+ python-dateutil==2.8.2
54
+ python-multipart==0.0.6
55
+ pytz==2023.3
56
+ PyYAML==6.0
57
+ regex==2023.6.3
58
+ requests==2.31.0
59
+ safetensors==0.3.1
60
+ semantic-version==2.10.0
61
+ six==1.16.0
62
+ sniffio==1.3.0
63
+ starlette==0.27.0
64
+ sympy==1.12
65
+ tokenizers==0.13.3
66
+ toolz==0.12.0
67
+ torch==2.0.1
68
+ tqdm==4.65.0
69
+ transformers==4.30.2
70
+ typing_extensions==4.6.3
71
+ tzdata==2023.3
72
+ uc-micro-py==1.0.2
73
+ urllib3==2.0.3
74
+ uvicorn==0.22.0
75
+ websockets==11.0.3
76
+ yarl==1.9.2
77
+ zipp==3.15.0