Spaces:
Running
Running
Elijahbodden
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -101,6 +101,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
101 |
"""
|
102 |
demo = gr.ChatInterface(
|
103 |
respond,
|
|
|
|
|
104 |
additional_inputs=[
|
105 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
106 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
|
|
101 |
"""
|
102 |
demo = gr.ChatInterface(
|
103 |
respond,
|
104 |
+
css=".bubble-gap {gap: 6px !important}",
|
105 |
+
# description="EliGPT v1.idon'tfuckingknow",
|
106 |
additional_inputs=[
|
107 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
108 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|