Update app.py
Browse files
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("
|
| 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
|