fffiloni commited on
Commit
ba00eb1
1 Parent(s): c1a9a8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def get_caption(image_in):
12
  return result
13
 
14
  def get_lcm(prompt):
15
- client = Client("https://fffiloni-lcm-lora-for-sdxl.hf.space/")
16
  result = client.predict(
17
  prompt, # str in 'parameter_5' Textbox component
18
  0.3, # float (numeric value between 0.0 and 5) in 'Guidance' Slider component
 
12
  return result
13
 
14
  def get_lcm(prompt):
15
+ client = Client("https://latent-consistency-lcm-lora-for-sdxl.hf.space/")
16
  result = client.predict(
17
  prompt, # str in 'parameter_5' Textbox component
18
  0.3, # float (numeric value between 0.0 and 5) in 'Guidance' Slider component