ZebangCheng commited on
Commit
bc09863
·
1 Parent(s): be07910

requirements

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. requirements.txt +1 -141
app.py CHANGED
@@ -693,4 +693,5 @@ with gr.Blocks() as demo:
693
 
694
  clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, chat_state, img_list], queue=False)
695
 
696
- demo.launch(share=True, enable_queue=True)
 
 
693
 
694
  clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, chat_state, img_list], queue=False)
695
 
696
+ # demo.launch(share=True, enable_queue=True)
697
+ demo.launch(share=True)
requirements.txt CHANGED
@@ -1,164 +1,24 @@
1
  accelerate==0.24.1
2
- aiofiles==23.2.1
3
- altair==5.1.2
4
- annotated-types==0.6.0
5
- antlr4-python3-runtime==4.9.3
6
- anyio==3.7.1
7
- appdirs==1.4.4
8
- attrs==23.1.0
9
- bitsandbytes==0.41.2.post2
10
- blis==0.7.11
11
- braceexpand==0.1.7
12
- catalogue==2.0.10
13
- certifi==2023.7.22
14
- cffi==1.16.0
15
- charset-normalizer==3.3.2
16
- click==8.1.7
17
- cloudpathlib==0.16.0
18
- cmake==3.27.7
19
- confection==0.1.5
20
- contourpy==1.2.0
21
- cycler==0.12.1
22
- cymem==2.0.8
23
  decorator==4.4.2
24
  decord==0.6.0
25
- docker-pycreds==0.4.0
26
- en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889
27
- exceptiongroup==1.1.3
28
- fastapi==0.104.1
29
- ffmpy==0.3.1
30
- filelock==3.13.1
31
- fonttools==4.44.0
32
- fsspec==2023.10.0
33
- gitdb==4.0.11
34
- GitPython==3.1.40
35
  gradio==3.47.1
36
  gradio_client==0.6.0
37
- h11==0.14.0
38
- httpcore==1.0.1
39
- httpx==0.25.1
40
  huggingface-hub==0.17.3
41
- idna==3.4
42
- imageio==2.33.0
43
- imageio-ffmpeg==0.5.1
44
- importlib-resources==6.1.1
45
  iopath==0.1.10
46
- Jinja2==3.1.2
47
- joblib==1.3.2
48
- jsonschema==4.19.2
49
- jsonschema-specifications==2023.7.1
50
- kiwisolver==1.4.5
51
- langcodes==3.4.0
52
- language_data==1.2.0
53
- lazy_loader==0.3
54
- lit==17.0.4
55
- marisa-trie==1.1.1
56
- MarkupSafe==2.1.3
57
- matplotlib==3.7.0
58
  moviepy==1.0.3
59
- mpmath==1.3.0
60
- murmurhash==1.0.10
61
- networkx==3.2.1
62
- nltk==3.8.1
63
- numpy==1.26.1
64
- nvidia-cublas-cu11==11.10.3.66
65
- nvidia-cublas-cu12==12.1.3.1
66
- nvidia-cuda-cupti-cu11==11.7.101
67
- nvidia-cuda-cupti-cu12==12.1.105
68
- nvidia-cuda-nvrtc-cu11==11.7.99
69
- nvidia-cuda-nvrtc-cu12==12.1.105
70
- nvidia-cuda-runtime-cu11==11.7.99
71
- nvidia-cuda-runtime-cu12==12.1.105
72
- nvidia-cudnn-cu11==8.5.0.96
73
- nvidia-cudnn-cu12==8.9.2.26
74
- nvidia-cufft-cu11==10.9.0.58
75
- nvidia-cufft-cu12==11.0.2.54
76
- nvidia-curand-cu11==10.2.10.91
77
- nvidia-curand-cu12==10.3.2.106
78
- nvidia-cusolver-cu11==11.4.0.1
79
- nvidia-cusolver-cu12==11.4.5.107
80
- nvidia-cusparse-cu11==11.7.4.91
81
- nvidia-cusparse-cu12==12.1.0.106
82
- nvidia-nccl-cu11==2.14.3
83
- nvidia-nccl-cu12==2.18.1
84
- nvidia-nvjitlink-cu12==12.3.52
85
- nvidia-nvtx-cu11==11.7.91
86
- nvidia-nvtx-cu12==12.1.105
87
  omegaconf==2.3.0
88
  opencv-python==4.7.0.72
89
- orjson==3.9.10
90
- outcome==1.3.0.post0
91
- packaging==23.2
92
- pandas==2.1.2
93
  peft==0.2.0
94
- Pillow==10.1.0
95
- portalocker==2.8.2
96
- preshed==3.0.9
97
- proglog==0.1.10
98
- progressbar2==4.2.0
99
- protobuf==4.25.0
100
- psutil==5.9.6
101
- pycparser==2.22
102
- pydantic==2.4.2
103
- pydantic_core==2.10.1
104
- pydub==0.25.1
105
- pyparsing==3.1.1
106
- PySocks==1.7.1
107
- python-dateutil==2.8.2
108
- python-multipart==0.0.6
109
- python-utils==3.8.1
110
- pytz==2023.3.post1
111
- PyYAML==6.0.1
112
- referencing==0.30.2
113
- regex==2023.10.3
114
- requests==2.31.0
115
- rpds-py==0.12.0
116
- safetensors==0.4.0
117
- scikit-image==0.22.0
118
- scikit-learn==1.3.2
119
- scipy==1.11.3
120
- selenium==4.16.0
121
- semantic-version==2.10.0
122
- sentence-transformers==2.2.2
123
- sentencepiece==0.1.99
124
- sentry-sdk==1.34.0
125
- setproctitle==1.3.3
126
- six==1.16.0
127
- smart-open==6.4.0
128
- smmap==5.0.1
129
- sniffio==1.3.0
130
- sortedcontainers==2.4.0
131
  soundfile==0.12.1
132
  spacy==3.7.4
133
  spacy-legacy==3.0.12
134
  spacy-loggers==1.0.5
135
- srsly==2.4.8
136
- starlette==0.27.0
137
- sympy==1.12
138
- thinc==8.2.3
139
- threadpoolctl==3.2.0
140
- tifffile==2023.9.26
141
  timm==0.6.13
142
  tokenizers==0.14.1
143
- toolz==0.12.0
144
  torch==2.0.0
145
  torchaudio==2.0.1
146
  torchvision==0.15.1
147
  tqdm==4.66.1
148
  transformers==4.35.0
149
- trio==0.23.1
150
- trio-websocket==0.11.1
151
- triton==2.0.0
152
- typer==0.9.4
153
- typing_extensions==4.8.0
154
- tzdata==2023.3
155
- urllib3==2.0.7
156
- uvicorn==0.24.0.post1
157
- visual-genome==1.1.1
158
  wandb==0.16.0
159
- wasabi==1.1.3
160
- weasel==0.3.4
161
- webdataset==0.2.48
162
- websockets==11.0.3
163
- wsproto==1.2.0
164
- zipp==3.17.0
 
1
  accelerate==0.24.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  decorator==4.4.2
3
  decord==0.6.0
 
 
 
 
 
 
 
 
 
 
4
  gradio==3.47.1
5
  gradio_client==0.6.0
 
 
 
6
  huggingface-hub==0.17.3
 
 
 
 
7
  iopath==0.1.10
 
 
 
 
 
 
 
 
 
 
 
 
8
  moviepy==1.0.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  omegaconf==2.3.0
10
  opencv-python==4.7.0.72
 
 
 
 
11
  peft==0.2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  soundfile==0.12.1
13
  spacy==3.7.4
14
  spacy-legacy==3.0.12
15
  spacy-loggers==1.0.5
 
 
 
 
 
 
16
  timm==0.6.13
17
  tokenizers==0.14.1
 
18
  torch==2.0.0
19
  torchaudio==2.0.1
20
  torchvision==0.15.1
21
  tqdm==4.66.1
22
  transformers==4.35.0
 
 
 
 
 
 
 
 
 
23
  wandb==0.16.0
24
+ webdataset==0.2.48