Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -401,10 +401,10 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
401 |
with gr.Column(scale=3, visible=False) as captioning_area:
|
402 |
with gr.Column():
|
403 |
gr.Markdown(
|
404 |
-
"""#
|
405 |
-
<p style="margin-top:0">
|
406 |
""", elem_classes="group_padding")
|
407 |
-
do_captioning = gr.Button("
|
408 |
output_components = [captioning_area]
|
409 |
caption_list = []
|
410 |
for i in range(1, MAX_IMAGES + 1):
|
|
|
401 |
with gr.Column(scale=3, visible=False) as captioning_area:
|
402 |
with gr.Column():
|
403 |
gr.Markdown(
|
404 |
+
"""# ์ด๋ฏธ์ง ๋ผ๋ฒจ๋ง
|
405 |
+
<p style="margin-top:0"> ๋น์ ์ธ์ LLM์ด ์ด๋ฏธ์ง๋ฅผ ์ธ์ํ์ฌ ์๋์ผ๋ก ๋ผ๋ฒจ๋ง(์ด๋ฏธ์ง ์ธ์์ ์ํ ํ์ ์ค๋ช
). [trigger] 'ํธ๋ฆฌ๊ฑฐ ์๋'๋ ํ์ตํ ๋ชจ๋ธ์ ์คํํ๋ ๊ณ ์ ํค๊ฐ /trigger word.</p>
|
406 |
""", elem_classes="group_padding")
|
407 |
+
do_captioning = gr.Button("๋น์ ์ธ์ LLM ์๋ ๋ผ๋ฒจ๋ง")
|
408 |
output_components = [captioning_area]
|
409 |
caption_list = []
|
410 |
for i in range(1, MAX_IMAGES + 1):
|