Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def format_time(seconds_float):
|
|
| 18 |
|
| 19 |
DESCRIPTION = '''
|
| 20 |
# Duplicate the space for free private inference.
|
| 21 |
-
##
|
| 22 |
A reasoning model trained using RL (Reinforcement Learning) that demonstrates structured reasoning capabilities.
|
| 23 |
'''
|
| 24 |
|
|
@@ -203,8 +203,8 @@ with gr.Blocks(css=CSS) as demo:
|
|
| 203 |
|
| 204 |
gr.Examples(
|
| 205 |
examples=[
|
| 206 |
-
["
|
| 207 |
-
["Write 10 funny sentences that end in a fruit!"],
|
| 208 |
["Let’s play word chains! I’ll start: PIZZA. Your turn! Next word must start with… A!"]
|
| 209 |
],
|
| 210 |
inputs=msg,
|
|
|
|
| 18 |
|
| 19 |
DESCRIPTION = '''
|
| 20 |
# Duplicate the space for free private inference.
|
| 21 |
+
## Qwen3-0.6B Demo
|
| 22 |
A reasoning model trained using RL (Reinforcement Learning) that demonstrates structured reasoning capabilities.
|
| 23 |
'''
|
| 24 |
|
|
|
|
| 203 |
|
| 204 |
gr.Examples(
|
| 205 |
examples=[
|
| 206 |
+
["Can you help me understand gravity like i am 5!"],
|
| 207 |
+
["Write 10 funny sentences that end in a fruit name!"],
|
| 208 |
["Let’s play word chains! I’ll start: PIZZA. Your turn! Next word must start with… A!"]
|
| 209 |
],
|
| 210 |
inputs=msg,
|