Kohaku-Blueleaf commited on
Commit
c38e0e5
·
1 Parent(s): 2bc3bdc

update title/footer

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -306,7 +306,7 @@ def generate(
306
 
307
  # --- Gradio UI Definition ---
308
  with gr.Blocks(title="HDM Demo", theme=gr.themes.Soft()) as demo:
309
- gr.Markdown("# HomeDiffusion Gradio UI")
310
  gr.Markdown(
311
  "### Enter a natural language prompt and/or specific tags to generate an image."
312
  )
@@ -399,7 +399,6 @@ with gr.Blocks(title="HDM Demo", theme=gr.themes.Soft()) as demo:
399
  rows=3,
400
  height="800px",
401
  )
402
- gr.Markdown("Images are also saved to the `inference_output/` folder.")
403
 
404
  generate_button.click(
405
  fn=generate,
 
306
 
307
  # --- Gradio UI Definition ---
308
  with gr.Blocks(title="HDM Demo", theme=gr.themes.Soft()) as demo:
309
+ gr.Markdown("# HDM Demo")
310
  gr.Markdown(
311
  "### Enter a natural language prompt and/or specific tags to generate an image."
312
  )
 
399
  rows=3,
400
  height="800px",
401
  )
 
402
 
403
  generate_button.click(
404
  fn=generate,