Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def run(image, src_style, src_prompt, prompts, shared_score_shift, shared_score_
|
|
44 |
return images_pil
|
45 |
|
46 |
with gr.Blocks() as demo:
|
47 |
-
|
48 |
Here you can generate images with a style from reference image using [transfer style from sdxl](https://huggingface.co/docs/diffusers/main/en/using-diffusers/sdxl).Add a reference picture , describe the style and add prompts to generate images in that style. It's the most interesting with your own art !''')
|
49 |
with gr.Row():
|
50 |
gr.Image(label="Reference image", type="pil")
|
|
|
44 |
return images_pil
|
45 |
|
46 |
with gr.Blocks() as demo:
|
47 |
+
gr.Markdown('''# Welcome to Tonic's Stable Style Align
|
48 |
Here you can generate images with a style from reference image using [transfer style from sdxl](https://huggingface.co/docs/diffusers/main/en/using-diffusers/sdxl).Add a reference picture , describe the style and add prompts to generate images in that style. It's the most interesting with your own art !''')
|
49 |
with gr.Row():
|
50 |
gr.Image(label="Reference image", type="pil")
|