Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -334,11 +334,11 @@ def reset_states(_):
|
|
334 |
"""
|
335 |
return [], "", []
|
336 |
|
337 |
-
with gr.Blocks(title="
|
338 |
gr.HTML("""
|
339 |
<div class="title-area">
|
340 |
-
<h1>
|
341 |
-
<p>PDF/์ด๋ฏธ์ง -> ํ
์คํธ(๋งํฌ๋ค์ด) ๋ณํ ํ,
|
342 |
</div>
|
343 |
""")
|
344 |
|
@@ -375,7 +375,7 @@ with gr.Blocks(title="OCR FLEX + Gemini Chat", css=create_css()) as demo:
|
|
375 |
)
|
376 |
|
377 |
# Gemini Chat
|
378 |
-
gr.Markdown("
|
379 |
|
380 |
with gr.Row():
|
381 |
chat_input = gr.Textbox(lines=1, placeholder="์ง๋ฌธ์ ์
๋ ฅํ์ธ์...")
|
|
|
334 |
"""
|
335 |
return [], "", []
|
336 |
|
337 |
+
with gr.Blocks(title="VisionOCR", css=create_css()) as demo:
|
338 |
gr.HTML("""
|
339 |
<div class="title-area">
|
340 |
+
<h1>VisionOCR</h1>
|
341 |
+
<p>PDF/์ด๋ฏธ์ง -> ํ
์คํธ(๋งํฌ๋ค์ด) ๋ณํ ํ, ์ถ LLM๊ณผ ๋ํ</p>
|
342 |
</div>
|
343 |
""")
|
344 |
|
|
|
375 |
)
|
376 |
|
377 |
# Gemini Chat
|
378 |
+
gr.Markdown("##์ถ๋ก LLM๊ณผ ๋ํ")
|
379 |
|
380 |
with gr.Row():
|
381 |
chat_input = gr.Textbox(lines=1, placeholder="์ง๋ฌธ์ ์
๋ ฅํ์ธ์...")
|