Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
|