gstaff commited on
Commit
1ad8f27
·
1 Parent(s): c24f2fd

Try basic URL.

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