hsuwill000 commited on
Commit
a9dba4f
·
verified ·
1 Parent(s): 656dfd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-3B-Instruct-openvino", description="Qwen2.5-3B-Instruct-openvino", type='messages')
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()