Tonic commited on
Commit
a8763a3
Β·
1 Parent(s): 0648e0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with 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")
 
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")