Spaces:
Sleeping
Sleeping
Update app.py
Browse filesuse 3 new examples related to space
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": "
|
81 |
-
[{"text": "
|
82 |
-
[{"text": "
|
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",
|