Spaces:
Runtime error
Runtime error
Fix LCM client URL.
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ if not HF_TOKEN:
|
|
| 24 |
API_URL = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta"
|
| 25 |
headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|
| 26 |
|
| 27 |
-
client = Client("https://latent-consistency-super-fast-lcm-lora-sd1-5.hf.space/")
|
| 28 |
|
| 29 |
|
| 30 |
def init_speech_to_text_model() -> Pipeline:
|
|
|
|
| 24 |
API_URL = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta"
|
| 25 |
headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|
| 26 |
|
| 27 |
+
client = Client("https://latent-consistency-super-fast-lcm-lora-sd1-5.hf.space/--replicas/0867lltlv/")
|
| 28 |
|
| 29 |
|
| 30 |
def init_speech_to_text_model() -> Pipeline:
|