mwitiderrick commited on
Commit
9d24336
1 Parent(s): ec34a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 - Dreambooth Fantasy Demo</h2>")
37
  with gr.Row():
38
  with gr.Column():
39
  prompt = gr.Textbox(lines=1, value="sks living_room with maroon sofas", 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 - Living Room Demo</h2>")
37
  with gr.Row():
38
  with gr.Column():
39
  prompt = gr.Textbox(lines=1, value="sks living_room with maroon sofas", label="Base Prompt")