openfree commited on
Commit
5265989
ยท
verified ยท
1 Parent(s): 21d018a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -334,11 +334,11 @@ def reset_states(_):
334
  """
335
  return [], "", []
336
 
337
- with gr.Blocks(title="OCR FLEX + Gemini Chat", css=create_css()) as demo:
338
  gr.HTML("""
339
  <div class="title-area">
340
- <h1>OCR FLEX + Gemini Chat</h1>
341
- <p>PDF/์ด๋ฏธ์ง€ -> ํ…์ŠคํŠธ(๋งˆํฌ๋‹ค์šด) ๋ณ€ํ™˜ ํ›„, Gemini LLM๊ณผ ๋Œ€ํ™”</p>
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("## Gemini 2.0 Flash (Thinking) Chat")
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="์งˆ๋ฌธ์„ ์ž…๋ ฅํ•˜์„ธ์š”...")