Spaces:
Runtime error
Runtime error
Aakash Vardhan
commited on
Commit
·
9f6d492
1
Parent(s):
5a78843
app.py
CHANGED
@@ -100,7 +100,7 @@ demo = gr.ChatInterface(
|
|
100 |
value="You are General Knowledge Assistant. Answer the questions based on the provided information. Be succinct and use first-principles thinking to answer the questions.",
|
101 |
label="System message",
|
102 |
),
|
103 |
-
gr.Slider(minimum=1, maximum=2048, value=256, step=1, label="Max new tokens"
|
104 |
gr.Slider(minimum=0.1, maximum=2.0, value=0.3, step=0.1, label="Temperature"),
|
105 |
gr.Slider(
|
106 |
minimum=0.1,
|
|
|
100 |
value="You are General Knowledge Assistant. Answer the questions based on the provided information. Be succinct and use first-principles thinking to answer the questions.",
|
101 |
label="System message",
|
102 |
),
|
103 |
+
gr.Slider(minimum=1, maximum=2048, value=256, step=1, label="Max new tokens"),
|
104 |
gr.Slider(minimum=0.1, maximum=2.0, value=0.3, step=0.1, label="Temperature"),
|
105 |
gr.Slider(
|
106 |
minimum=0.1,
|