Spaces:
Sleeping
Sleeping
Elijahbodden
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ demo = gr.ChatInterface(
|
|
115 |
description="The model may take a while if it hasn't run recently or a lot of people are using it",
|
116 |
title="EliGPT v1.idon'tfuckingknow",
|
117 |
additional_inputs=[
|
118 |
-
gr.Radio(presets.keys(), label="Preset", info="Gaslight the model into acting a certain way", value="none")
|
119 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature", info="How chaotic should the model be?"),
|
120 |
gr.Slider(
|
121 |
minimum=0.0,
|
|
|
115 |
description="The model may take a while if it hasn't run recently or a lot of people are using it",
|
116 |
title="EliGPT v1.idon'tfuckingknow",
|
117 |
additional_inputs=[
|
118 |
+
gr.Radio(presets.keys(), label="Preset", info="Gaslight the model into acting a certain way", value="none"),
|
119 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature", info="How chaotic should the model be?"),
|
120 |
gr.Slider(
|
121 |
minimum=0.0,
|