prathamkode commited on
Commit
32f2bf4
·
verified ·
1 Parent(s): cb02d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def chat(message, history):
33
  return text.replace("<|endoftext|>", "").replace("<|padding|>", "").strip()
34
 
35
 
36
- demo = gr.ChatInterface(chat, type="messages", title="particle-1.0")
37
 
38
  if __name__ == "__main__":
39
  demo.launch(ssr_mode=False)
 
33
  return text.replace("<|endoftext|>", "").replace("<|padding|>", "").strip()
34
 
35
 
36
+ demo = gr.ChatInterface(chat, title="particle-1.0")
37
 
38
  if __name__ == "__main__":
39
  demo.launch(ssr_mode=False)