Elijahbodden commited on
Commit
401ed7b
·
verified ·
1 Parent(s): d5c16c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -61,9 +61,9 @@ presets = {
61
 
62
 
63
  def respond(
64
- preset,
65
  message,
66
  history: list[tuple[str, str]],
 
67
  temperature,
68
  mirostat_tau,
69
  mirostat_eta,
@@ -111,6 +111,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
111
  demo = gr.ChatInterface(
112
  respond,
113
  additional_inputs_accordion=gr.Accordion(label="Options", open=True),
 
 
114
  css=".bubble-gap {gap: 6px !important}",
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",
 
61
 
62
 
63
  def respond(
 
64
  message,
65
  history: list[tuple[str, str]],
66
+ preset,
67
  temperature,
68
  mirostat_tau,
69
  mirostat_eta,
 
111
  demo = gr.ChatInterface(
112
  respond,
113
  additional_inputs_accordion=gr.Accordion(label="Options", open=True),
114
+ show_copy_button=True,
115
+ bubble_full_width=False,
116
  css=".bubble-gap {gap: 6px !important}",
117
  description="The model may take a while if it hasn't run recently or a lot of people are using it",
118
  title="EliGPT v1.idon'tfuckingknow",