hysts HF staff commited on
Commit
8d96483
1 Parent(s): d8b5d99
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -247,6 +247,7 @@ with gr.Blocks(css='style.css') as demo:
247
  inputs=[
248
  saved_input,
249
  chatbot,
 
250
  max_new_tokens,
251
  temperature,
252
  top_p,
 
247
  inputs=[
248
  saved_input,
249
  chatbot,
250
+ system_prompt,
251
  max_new_tokens,
252
  temperature,
253
  top_p,