GreatCaptainNemo commited on
Commit
18d5008
1 Parent(s): 27a367c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -88,7 +88,8 @@ def generate(
88
 
89
  chat_interface = gr.ChatInterface(
90
  fn=generate,
91
- additional_inputs=[
 
92
  # gr.Textbox(label="System prompt", lines=6),
93
  # gr.Slider(
94
  # label="Max new tokens",
@@ -125,7 +126,7 @@ chat_interface = gr.ChatInterface(
125
  # step=0.05,
126
  # value=1.2,
127
  # ),
128
- ],
129
  stop_btn=None,
130
  examples=[
131
  ["What is your MBTI personality type?"],
 
88
 
89
  chat_interface = gr.ChatInterface(
90
  fn=generate,
91
+ additional_inputs=None,
92
+ #[
93
  # gr.Textbox(label="System prompt", lines=6),
94
  # gr.Slider(
95
  # label="Max new tokens",
 
126
  # step=0.05,
127
  # value=1.2,
128
  # ),
129
+ #],
130
  stop_btn=None,
131
  examples=[
132
  ["What is your MBTI personality type?"],