Spaces:
Sleeping
Sleeping
Update app.py
Browse filesμ€νμμ΄μμ΄ GPT-OSS-20B νκ΅μ΄ν
app.py
CHANGED
@@ -77,14 +77,14 @@ demo = gr.ChatInterface(
|
|
77 |
gr.Slider(label="Repetition Penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.0)
|
78 |
],
|
79 |
examples=[
|
80 |
-
[{"text": "
|
81 |
-
[{"text": "
|
82 |
-
[{"text": "
|
83 |
],
|
84 |
cache_examples=False,
|
85 |
type="messages",
|
86 |
-
description="""#
|
87 |
-
|
88 |
fill_height=True,
|
89 |
textbox=gr.Textbox(
|
90 |
label="Query Input",
|
|
|
77 |
gr.Slider(label="Repetition Penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.0)
|
78 |
],
|
79 |
examples=[
|
80 |
+
[{"text": "νμ±μ μ§κ΅¬μμ μΌλ§λ λ¨μ΄μ Έ μμΌλ©°, μ€λλ μ λ‘μΌμΌλ‘λ κ·Έκ³³κΉμ§ κ°λ λ° μΌλ§λ 걸리λμ?"}],
|
81 |
+
[{"text": "μ°μ£Όμμλ μ μ°μ£ΌμΈλ€μ΄ λ μλ κ²μ²λΌ 보μ΄λμ?"}],
|
82 |
+
[{"text": "μ μ°λ¦¬λ μ§κ΅¬μμ νμ λ¬μ κ°μ λ©΄λ§ λ³Ό μ μλμ?"}],
|
83 |
],
|
84 |
cache_examples=False,
|
85 |
type="messages",
|
86 |
+
description="""# μ€νμμ΄μμ΄ GPT-OSS-20B νκ΅μ΄ν
|
87 |
+
μλ μ
λ ₯λμ μ§λ¬Έμ μ
λ ₯νκ³ λ¦¬ν΄ ν€λ₯Ό λλ₯΄κ±°λ, 3κ°μ μμ μ§λ¬Έ μ€ νλλ₯Ό ν΄λ¦νμΈμ.""",
|
88 |
fill_height=True,
|
89 |
textbox=gr.Textbox(
|
90 |
label="Query Input",
|