Update app.py
Browse files
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="
|
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__":
|