Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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",
|