Kohaku-Blueleaf
commited on
Commit
·
aa34787
1
Parent(s):
64d98a2
fixes
Browse files
app.py
CHANGED
@@ -299,7 +299,7 @@ def generate(
|
|
299 |
|
300 |
|
301 |
# --- Gradio UI Definition ---
|
302 |
-
with gr.Blocks(
|
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."
|