VictorSanh commited on
Commit
b519a84
1 Parent(s): 6d627be
Files changed (1) hide show
  1. app_dialogue.py +1 -0
app_dialogue.py CHANGED
@@ -698,6 +698,7 @@ with gr.Blocks(title="D", theme=gr.themes.Base()) as demo:
698
  fn=model_inference,
699
  inputs=[
700
  model_selector,
 
701
  textbox,
702
  chatbot,
703
  imagebox,
 
698
  fn=model_inference,
699
  inputs=[
700
  model_selector,
701
+ system_prompt,
702
  textbox,
703
  chatbot,
704
  imagebox,