tchung1970 commited on
Commit
4e99bfb
·
verified ·
1 Parent(s): de8c272

Update app.py

Browse files

use 3 new examples related to space

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -77,9 +77,9 @@ 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": "Explain Newton laws clearly and concisely"}],
81
- [{"text": "Write a Python function to calculate the Fibonacci sequence"}],
82
- [{"text": "What are the benefits of open weight AI models"}],
83
  ],
84
  cache_examples=False,
85
  type="messages",
 
77
  gr.Slider(label="Repetition Penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.0)
78
  ],
79
  examples=[
80
+ [{"text": "How far is Mars from Earth, and how long would it take to get there with today’s rockets?"}],
81
+ [{"text": "Why do astronauts float when they are in space?"}],
82
+ [{"text": "Why do we always see the same side of the Moon from Earth?"}],
83
  ],
84
  cache_examples=False,
85
  type="messages",