Spaces:
Build error
Build error
Added links to models used in app
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def infer(image_in):
|
|
31 |
|
32 |
gr.Interface(
|
33 |
title = "Supa Fast Image Variation",
|
34 |
-
description = "Get quick image variation from image input, using moondream1 for caption, and LCM SDXL for image generation",
|
35 |
fn = infer,
|
36 |
inputs = [
|
37 |
gr.Image(type="filepath", label="Image input")
|
|
|
31 |
|
32 |
gr.Interface(
|
33 |
title = "Supa Fast Image Variation",
|
34 |
+
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> for image generation",
|
35 |
fn = infer,
|
36 |
inputs = [
|
37 |
gr.Image(type="filepath", label="Image input")
|