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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def clear_arrays():
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
 
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