lposti commited on
Commit
91633f8
1 Parent(s): 2e9ef86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
52
  ],
53
  [prompt,negative_prompt, samples,num_steps, ugs], gallery, generate_images)
54
 
55
- gr.Markdown(f"
56
  ## Output samples
57
 
58
  > image of sks galaxies merging in space
@@ -61,6 +61,6 @@ with gr.Blocks() as demo:
61
  > painting of sks galaxies merging in van gogh style
62
  ![painting of sks galaxies merging in van gogh style, 8k, high quality, trending on artstation](https://huggingface.co/keras-dreambooth/dreambooth-galaxy-mergers/resolve/main/output-samples-mergers/db-mergers-vangogh_collage.jpg)
63
 
64
- ")
65
 
66
  demo.launch(debug=True)
 
52
  ],
53
  [prompt,negative_prompt, samples,num_steps, ugs], gallery, generate_images)
54
 
55
+ gr.Markdown("""
56
  ## Output samples
57
 
58
  > image of sks galaxies merging in space
 
61
  > painting of sks galaxies merging in van gogh style
62
  ![painting of sks galaxies merging in van gogh style, 8k, high quality, trending on artstation](https://huggingface.co/keras-dreambooth/dreambooth-galaxy-mergers/resolve/main/output-samples-mergers/db-mergers-vangogh_collage.jpg)
63
 
64
+ """)
65
 
66
  demo.launch(debug=True)