hsuwill000 commited on
Commit
bda5810
·
verified ·
1 Parent(s): 1a2760c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ demo = gr.ChatInterface(
58
  fn=respond,
59
  title="DeepSeek-R1-Distill-Qwen-1.5B-openvino Chat",
60
  description="Chat with DeepSeek-R1-Distill-Qwen-1.5B-openvino model.",
61
- type="tuples"
62
  )
63
 
64
  if __name__ == "__main__":
 
58
  fn=respond,
59
  title="DeepSeek-R1-Distill-Qwen-1.5B-openvino Chat",
60
  description="Chat with DeepSeek-R1-Distill-Qwen-1.5B-openvino model.",
61
+ type="messages"
62
  )
63
 
64
  if __name__ == "__main__":