anhdt-dsai-02
commited on
Commit
•
456e628
1
Parent(s):
556abe1
update markdown
Browse files
app.py
CHANGED
@@ -147,7 +147,10 @@ with gr.Blocks() as demo:
|
|
147 |
|
148 |
# Upload section (initially hidden)
|
149 |
with gr.Column(visible=False) as upload_section:
|
|
|
|
|
150 |
with gr.Row():
|
|
|
151 |
image_input = gr.Image(type="pil", label="Upload Image")
|
152 |
caption_input = gr.Textbox(label="Enter Caption")
|
153 |
|
|
|
147 |
|
148 |
# Upload section (initially hidden)
|
149 |
with gr.Column(visible=False) as upload_section:
|
150 |
+
gr.Markdown("""### Upload hình ảnh (image) kèm chú thích (captioning).
|
151 |
+
- Chú ý: Ảnh phải rõ nét có nội dung, chú thích phải miêu tả chính xác nội dung của ảnh.""")
|
152 |
with gr.Row():
|
153 |
+
|
154 |
image_input = gr.Image(type="pil", label="Upload Image")
|
155 |
caption_input = gr.Textbox(label="Enter Caption")
|
156 |
|