fffiloni commited on
Commit
e6af018
1 Parent(s): d5b9aac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def infer(image_in, chosen_method):
67
 
68
  gr.Interface(
69
  title = "Supa Fast Image Variation",
70
- description = "Get quick image variation from image input, using <a href='https://huggingface.co/vikhyatk/moondream1' target='_blank'>moondream1</a> for caption, and <a href='https://huggingface.co/spaces/latent-consistency/lcm-lora-for-sdxl' target='_blank'>LCM SDXL</a>, <a href='https://huggingface.co/spaces/AP123/SDXL-Lightning' target='_blank'>SDXL Lightning</a> or <a href="https://huggingface.co/spaces/diffusers/unofficial-SDXL-Turbo-i2i-t2i" target="_blank">SDXL Turbo</a> for image generation",
71
  fn = infer,
72
  inputs = [
73
  gr.Image(type="filepath", label="Image input"),
 
67
 
68
  gr.Interface(
69
  title = "Supa Fast Image Variation",
70
+ description = "Get quick image variation from image input, using <a href='https://huggingface.co/vikhyatk/moondream1' target='_blank'>moondream1</a> for caption, and <a href='https://huggingface.co/spaces/latent-consistency/lcm-lora-for-sdxl' target='_blank'>LCM SDXL</a>, <a href='https://huggingface.co/spaces/AP123/SDXL-Lightning' target='_blank'>SDXL Lightning</a> or <a href='https://huggingface.co/spaces/diffusers/unofficial-SDXL-Turbo-i2i-t2i' target='_blank'>SDXL Turbo</a> for image generation",
71
  fn = infer,
72
  inputs = [
73
  gr.Image(type="filepath", label="Image input"),