AstraBert commited on
Commit
53fa913
1 Parent(s): f339fe9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,5 +17,5 @@ def reply(message, history):
17
  return res
18
 
19
 
20
- demo = gr.ChatInterface(fn=reply, title="Multilingual-Phi Bot")
21
  demo.launch()
 
17
  return res
18
 
19
 
20
+ demo = gr.ChatInterface(fn=reply, title="Multilingual-Bloom Bot")
21
  demo.launch()