Lyte commited on
Commit
a2f425a
·
verified ·
1 Parent(s): 51a20bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -18,7 +18,7 @@ def format_time(seconds_float):
18
 
19
  DESCRIPTION = '''
20
  # Duplicate the space for free private inference.
21
- ## DeepSeek-R1 Distill Qwen-1.5B Demo
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
- ["How many r's are in the word strawberry?"],
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,