Spaces:
Runtime error
Runtime error
correct title
Browse fileschange title to Lowpoly World
app.py
CHANGED
@@ -33,7 +33,7 @@ def generate_images(prompt: str, negative_prompt:str, num_imgs_to_gen: int, num_
|
|
33 |
return generated_img
|
34 |
|
35 |
with gr.Blocks() as demo:
|
36 |
-
gr.HTML("<h2 style=\"font-size: 2em; font-weight: bold\" align=\"center\">Keras Dreambooth -
|
37 |
with gr.Row():
|
38 |
with gr.Column():
|
39 |
prompt = gr.Textbox(lines=1, value="lowpoly_world", label="Base Prompt")
|
|
|
33 |
return generated_img
|
34 |
|
35 |
with gr.Blocks() as demo:
|
36 |
+
gr.HTML("<h2 style=\"font-size: 2em; font-weight: bold\" align=\"center\">Keras Dreambooth - Lowpoly World Demo</h2>")
|
37 |
with gr.Row():
|
38 |
with gr.Column():
|
39 |
prompt = gr.Textbox(lines=1, value="lowpoly_world", label="Base Prompt")
|