Upload 8 files
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -24,7 +24,7 @@ from concurrent.futures import ThreadPoolExecutor
|
|
| 24 |
import uuid
|
| 25 |
|
| 26 |
DESCRIPTION = '''# Latent Consistency Model OpenVino CPU
|
| 27 |
-
Based on [Latency Consistency Model](https://huggingface.co/spaces/SimianLuo/Latent_Consistency_Model) HF space
|
| 28 |
|
| 29 |
<p>Running on CPU 🥶.</p>
|
| 30 |
'''
|
|
|
|
| 24 |
import uuid
|
| 25 |
|
| 26 |
DESCRIPTION = '''# Latent Consistency Model OpenVino CPU
|
| 27 |
+
Based on [Latency Consistency Model](https://huggingface.co/spaces/SimianLuo/Latent_Consistency_Model) HF space
|
| 28 |
|
| 29 |
<p>Running on CPU 🥶.</p>
|
| 30 |
'''
|
requirements.txt
CHANGED
|
@@ -8,4 +8,4 @@ openvino==2023.1.0
|
|
| 8 |
optimum==1.13.2
|
| 9 |
optimum-intel==1.11.0
|
| 10 |
onnx==1.14.1
|
| 11 |
-
transformers==4.31.0
|
|
|
|
| 8 |
optimum==1.13.2
|
| 9 |
optimum-intel==1.11.0
|
| 10 |
onnx==1.14.1
|
| 11 |
+
transformers==4.31.0
|