rhfeiyang commited on
Commit
9659375
1 Parent(s): 68e6a4d
Files changed (1) hide show
  1. 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",