Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ import gradio_user_history as gr_user_history
|
|
20 |
from concurrent.futures import ThreadPoolExecutor
|
21 |
import uuid
|
22 |
|
23 |
-
DESCRIPTION = '''# Latent Consistency Model
|
24 |
Based on [Latency Consistency Model OpenVINO CPU](https://huggingface.co/spaces/deinferno/Latent_Consistency_Model_OpenVino_CPU) HF space
|
25 |
|
26 |
Converted from [SoteMix](https://huggingface.co/Disty0/SoteMix) to [LCM_SoteMix](https://huggingface.co/Disty0/LCM_SoteMix) and then to OpenVINO
|
|
|
20 |
from concurrent.futures import ThreadPoolExecutor
|
21 |
import uuid
|
22 |
|
23 |
+
DESCRIPTION = '''# Latent Consistency Model OpenVINO CPU
|
24 |
Based on [Latency Consistency Model OpenVINO CPU](https://huggingface.co/spaces/deinferno/Latent_Consistency_Model_OpenVino_CPU) HF space
|
25 |
|
26 |
Converted from [SoteMix](https://huggingface.co/Disty0/SoteMix) to [LCM_SoteMix](https://huggingface.co/Disty0/LCM_SoteMix) and then to OpenVINO
|