Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
|
2 |
+
--pre
|
3 |
+
|
4 |
+
openvino
|
5 |
+
openvino-tokenizers
|
6 |
+
openvino-genai
|
7 |
+
gradio>=4.0
|
8 |
+
pandas
|
9 |
+
numpy
|
10 |
+
requests
|
11 |
+
Pillow
|
12 |
+
python-docx
|
13 |
+
PyPDF2
|
14 |
+
librosa
|
15 |
+
transformers
|
16 |
+
google-api-python-client
|
17 |
+
huggingface_hub
|
18 |
+
py-cpuinfo
|