hsuwill000 commited on
Commit
47907ec
1 Parent(s): 5c8fb8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def respond(message, history):
39
  return reply
40
 
41
  # 設定 Gradio 的聊天界面
42
- demo = gr.ChatInterface(fn=respond, title="Chat with SmolLM2-135M-openvino(only English):BAD", description="SmolLM2-135M-openvino", type='messages')
43
 
44
  if __name__ == "__main__":
45
  demo.launch()
 
39
  return reply
40
 
41
  # 設定 Gradio 的聊天界面
42
+ demo = gr.ChatInterface(fn=respond, title="Chat with SmolLM2-135M-openvino(only English):", description="SmolLM2-135M-openvino", type='messages')
43
 
44
  if __name__ == "__main__":
45
  demo.launch()