Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -173,21 +173,21 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
173 |
fn=chat_llama3_8b,
|
174 |
chatbot=chatbot,
|
175 |
fill_height=True,
|
176 |
-
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
177 |
-
additional_inputs=[
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
examples=[
|
192 |
["What's the last book or podcast that really grabbed your attention?"],
|
193 |
["Do you have a favorite type of weather or season? Why?"],
|
|
|
173 |
fn=chat_llama3_8b,
|
174 |
chatbot=chatbot,
|
175 |
fill_height=True,
|
176 |
+
# additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
177 |
+
# additional_inputs=[
|
178 |
+
# gr.Slider(minimum=0,
|
179 |
+
# maximum=1,
|
180 |
+
# step=0.1,
|
181 |
+
# value=0.95,
|
182 |
+
# label="Temperature",
|
183 |
+
# render=False),
|
184 |
+
# gr.Slider(minimum=128,
|
185 |
+
# maximum=4096,
|
186 |
+
# step=1,
|
187 |
+
# value=512,
|
188 |
+
# label="Max new tokens",
|
189 |
+
# render=False ),
|
190 |
+
# ],
|
191 |
examples=[
|
192 |
["What's the last book or podcast that really grabbed your attention?"],
|
193 |
["Do you have a favorite type of weather or season? Why?"],
|