Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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)
|