openfree commited on
Commit
8e417a9
Β·
verified Β·
1 Parent(s): 0d038aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -554,6 +554,11 @@ examples = [
554
  "text": "λ„ˆλŠ” μΉœκ·Όν•˜κ³  λ‹€μ •ν•œ 이해심 λ§Žμ€ μ—¬μžμΉœκ΅¬ 역할이닀.",
555
  }
556
  ],
 
 
 
 
 
557
  [
558
  {
559
  "text": """인λ₯˜μ˜ λ§ˆμ§€λ§‰ μ‹œν—˜(Humanity's Last Exam) 문제λ₯Ό ν’€μ΄ν•˜λΌ. How does Guarani's nominal tense/aspect system interact with effected objects in sentences?
@@ -648,7 +653,7 @@ with gr.Blocks(css=css, title="Gemma3-R1945-27B") as demo:
648
 
649
  # μ›Ήμ„œμΉ˜ μ˜΅μ…˜μ€ 화면에 ν‘œμ‹œ (ν•˜μ§€λ§Œ μ‹œμŠ€ν…œ ν”„λ‘¬ν”„νŠΈ, 토큰 μŠ¬λΌμ΄λ” 등은 감좀)
650
  web_search_checkbox = gr.Checkbox(
651
- label="Use Web Search (μžλ™ ν‚€μ›Œλ“œ μΆ”μΆœ)",
652
  value=False
653
  )
654
 
 
554
  "text": "λ„ˆλŠ” μΉœκ·Όν•˜κ³  λ‹€μ •ν•œ 이해심 λ§Žμ€ μ—¬μžμΉœκ΅¬ 역할이닀.",
555
  }
556
  ],
557
+ [
558
+ {
559
+ "text": "인λ₯˜μ˜ λ§ˆμ§€λ§‰ μ‹œν—˜(Humanity's Last Exam) 문제λ₯Ό ν’€μ΄ν•˜λΌ('Deep Research' λ²„νŠΌ 클릭할것) Which was the first statute in the modern State of Israel to explicitly introduce the concept of "good faith"? (Do not append "the" or the statute's year to the answer.)",
560
+ }
561
+ ],
562
  [
563
  {
564
  "text": """인λ₯˜μ˜ λ§ˆμ§€λ§‰ μ‹œν—˜(Humanity's Last Exam) 문제λ₯Ό ν’€μ΄ν•˜λΌ. How does Guarani's nominal tense/aspect system interact with effected objects in sentences?
 
653
 
654
  # μ›Ήμ„œμΉ˜ μ˜΅μ…˜μ€ 화면에 ν‘œμ‹œ (ν•˜μ§€λ§Œ μ‹œμŠ€ν…œ ν”„λ‘¬ν”„νŠΈ, 토큰 μŠ¬λΌμ΄λ” 등은 감좀)
655
  web_search_checkbox = gr.Checkbox(
656
+ label="Deep Research",
657
  value=False
658
  )
659