boomcheng commited on
Commit
9c77bf2
1 Parent(s): 43c15c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -95,6 +95,8 @@ def clear_arrays():
95
  # Gradio UI
96
  with gr.Blocks() as demo:
97
  gr.Markdown("# HiCo_T2I 512px")
 
 
98
 
99
  # Put prompt and submit button in the same row
100
  with gr.Group():
 
95
  # Gradio UI
96
  with gr.Blocks() as demo:
97
  gr.Markdown("# HiCo_T2I 512px")
98
+ gr.Markdown("## You can directly click **Generate Image** or customize it by first entering the global caption, followed by subcaptions and their corresponding coordinates.")
99
+
100
 
101
  # Put prompt and submit button in the same row
102
  with gr.Group():