Tomoniai commited on
Commit
9ecd148
·
1 Parent(s): 6f52537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ mychatbot = gr.Chatbot(
45
 
46
  demo = gr.ChatInterface(fn=generate,
47
  chatbot=mychatbot,
48
- title="Zephyr Chat",
49
  retry_btn=None,
50
  undo_btn=None
51
  )
 
45
 
46
  demo = gr.ChatInterface(fn=generate,
47
  chatbot=mychatbot,
48
+ title="Tomoniai Zephyr 7b Chat",
49
  retry_btn=None,
50
  undo_btn=None
51
  )