merterbak commited on
Commit
2870fe9
·
verified ·
1 Parent(s): 4d1dc47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,9 +63,9 @@ demo = gr.ChatInterface(
63
  gr.Slider(label="Repetition Penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.0)
64
  ],
65
  examples=[
66
- [{"text": "What are the benefits of open weight AI models"}],
67
- [{"text": "Write a Python function to calculate the Fibonacci sequence"}],
68
  [{"text": "Explain Newton laws clearly and concisely."}],
 
 
69
  ],
70
  cache_examples=False,
71
  type="messages",
 
63
  gr.Slider(label="Repetition Penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.0)
64
  ],
65
  examples=[
 
 
66
  [{"text": "Explain Newton laws clearly and concisely."}],
67
+ [{"text": "Write a Python function to calculate the Fibonacci sequence"}],
68
+ [{"text": "What are the benefits of open weight AI models"}],
69
  ],
70
  cache_examples=False,
71
  type="messages",