gstaff commited on
Commit
4e688fa
·
1 Parent(s): 013b487

Try basic URL.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def configure_image_client():
37
  raise e
38
 
39
 
40
- client = configure_image_client()
41
 
42
 
43
  def init_speech_to_text_model() -> Pipeline:
 
37
  raise e
38
 
39
 
40
+ client = Client("https://latent-consistency-super-fast-lcm-lora-sd1-5.hf.space/")
41
 
42
 
43
  def init_speech_to_text_model() -> Pipeline: