Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- hf_demo.py +1 -0
hf_demo.py
CHANGED
@@ -84,6 +84,7 @@ block = gr.Blocks()
|
|
84 |
# Direct infer
|
85 |
with block:
|
86 |
with gr.Group():
|
|
|
87 |
with gr.Row():
|
88 |
text = gr.Textbox(
|
89 |
label="Enter your prompt",
|
|
|
84 |
# Direct infer
|
85 |
with block:
|
86 |
with gr.Group():
|
87 |
+
gr.Markdown(" # Art-Free Diffusion Demo")
|
88 |
with gr.Row():
|
89 |
text = gr.Textbox(
|
90 |
label="Enter your prompt",
|