openfree commited on
Commit
b219459
ยท
1 Parent(s): d45cb13

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