Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def respond(prompt , history):
|
|
| 45 |
return response
|
| 46 |
|
| 47 |
# 設定 Gradio 的聊天界面
|
| 48 |
-
demo = gr.ChatInterface(fn=respond, title="Qwen2.5-
|
| 49 |
|
| 50 |
if __name__ == "__main__":
|
| 51 |
demo.launch()
|
|
|
|
| 45 |
return response
|
| 46 |
|
| 47 |
# 設定 Gradio 的聊天界面
|
| 48 |
+
demo = gr.ChatInterface(fn=respond, title="Qwen2.5-0.5B-Instruct-openvino-4bit", description="Qwen2.5-0.5B-Instruct-openvino-4bit", type='messages')
|
| 49 |
|
| 50 |
if __name__ == "__main__":
|
| 51 |
demo.launch()
|