Kohaku-Blueleaf commited on
Commit
aa34787
·
1 Parent(s): 64d98a2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ def generate(
299
 
300
 
301
  # --- Gradio UI Definition ---
302
- with gr.Blocks(css="footer {display: none !important}", title="HDM Demo", theme=gr.themes.Soft()) as demo:
303
  gr.Markdown("# HomeDiffusion Gradio UI")
304
  gr.Markdown(
305
  "### Enter a natural language prompt and/or specific tags to generate an image."
 
299
 
300
 
301
  # --- Gradio UI Definition ---
302
+ with gr.Blocks(title="HDM Demo", theme=gr.themes.Soft()) as demo:
303
  gr.Markdown("# HomeDiffusion Gradio UI")
304
  gr.Markdown(
305
  "### Enter a natural language prompt and/or specific tags to generate an image."