Spaces:
Sleeping
Sleeping
Commit
•
5d7fe02
1
Parent(s):
1677fe8
Update app.py
Browse files
app.py
CHANGED
@@ -379,8 +379,8 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
379 |
with gr.Column():
|
380 |
gr.Markdown(
|
381 |
"""# Custom captioning
|
382 |
-
You can optionally add a custom caption for each image (or use an AI model for this). [trigger] will represent your concept sentence/trigger word
|
383 |
-
""",elem_classes="group_padding")
|
384 |
do_captioning = gr.Button("Add AI captions with Florence-2")
|
385 |
output_components = [captioning_area]
|
386 |
caption_list = []
|
|
|
379 |
with gr.Column():
|
380 |
gr.Markdown(
|
381 |
"""# Custom captioning
|
382 |
+
<p style="margin-top:0">You can optionally add a custom caption for each image (or use an AI model for this). [trigger] will represent your concept sentence/trigger word.</p>
|
383 |
+
""", elem_classes="group_padding")
|
384 |
do_captioning = gr.Button("Add AI captions with Florence-2")
|
385 |
output_components = [captioning_area]
|
386 |
caption_list = []
|