gstaff commited on
Commit
d962357
·
1 Parent(s): 38ca5bc

Fix LCM client URL.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/--replicas/08676bwq2/")
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/")
28
 
29
 
30
  def init_speech_to_text_model() -> Pipeline: