Raven7 commited on
Commit
c827920
·
verified ·
1 Parent(s): 187ff25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -58,7 +58,9 @@ demo = gr.ChatInterface(
58
  label="Top-p (nucleus sampling)",
59
  ),
60
  ],
61
- inputs=("text", "history"),
 
 
62
  outputs="text",
63
  )
64
 
 
58
  label="Top-p (nucleus sampling)",
59
  ),
60
  ],
61
+ add_inputs=[
62
+ gr.State(value=[]),
63
+ ],
64
  outputs="text",
65
  )
66