OzTianlu commited on
Commit
72af96d
·
verified ·
1 Parent(s): ac31c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -57,7 +57,6 @@ def respond(message, history):
57
 
58
  demo = gr.ChatInterface(
59
  fn=respond,
60
- type="messages", # 建议明确指定 Gradio 的消息类型
61
  title="Spartacus Chat",
62
  description="Chat with NoesisLab/Spartacus-1B-Instruct",
63
  )
 
57
 
58
  demo = gr.ChatInterface(
59
  fn=respond,
 
60
  title="Spartacus Chat",
61
  description="Chat with NoesisLab/Spartacus-1B-Instruct",
62
  )