Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def generate_images(prompt: str, negative_prompt:str, num_imgs_to_gen: int, num_
|
|
25 |
return generated_img
|
26 |
|
27 |
with gr.Blocks() as demo:
|
28 |
-
gr.Markdown(
|
29 |
# Keras-Dreambooth Galaxy Mergers 🪐🤗
|
30 |
|
31 |
This is a Keras Dreambooth model fine-tuned to images of galaxy mergers taken with the [Hubble Space Telescope](https://en.wikipedia.org/wiki/Hubble_Space_Telescope) (credit [ESA/Hubble](https://esahubble.org/images/)).
|
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
|
|
33 |
|
34 |
The model should be used with a prompt containing `sks galaxies merging`. A typical prompt for this model is `image of sks galaxies merging in space`.
|
35 |
|
36 |
-
")
|
37 |
with gr.Row():
|
38 |
with gr.Column():
|
39 |
prompt = gr.Textbox(lines=1, value="image of sks galaxies merging in space", label="Base Prompt")
|
|
|
25 |
return generated_img
|
26 |
|
27 |
with gr.Blocks() as demo:
|
28 |
+
gr.Markdown("""
|
29 |
# Keras-Dreambooth Galaxy Mergers 🪐🤗
|
30 |
|
31 |
This is a Keras Dreambooth model fine-tuned to images of galaxy mergers taken with the [Hubble Space Telescope](https://en.wikipedia.org/wiki/Hubble_Space_Telescope) (credit [ESA/Hubble](https://esahubble.org/images/)).
|
|
|
33 |
|
34 |
The model should be used with a prompt containing `sks galaxies merging`. A typical prompt for this model is `image of sks galaxies merging in space`.
|
35 |
|
36 |
+
""")
|
37 |
with gr.Row():
|
38 |
with gr.Column():
|
39 |
prompt = gr.Textbox(lines=1, value="image of sks galaxies merging in space", label="Base Prompt")
|