Tomoniai commited on
Commit
6d350a1
1 Parent(s): 6987317

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ mychatbot = gr.Chatbot(
49
 
50
  demo = gr.ChatInterface(fn=generate,
51
  chatbot=mychatbot,
52
- description='''<center><h1>Tomoniai's Tinyllama Chat</h1>\n
53
- Tiny but an awesome model. The response may be slow for cpu environments. Try with gpu for faster answers.</center>''',
54
  retry_btn=None,
55
  undo_btn=None
56
  )
 
49
 
50
  demo = gr.ChatInterface(fn=generate,
51
  chatbot=mychatbot,
52
+ title=" Tomoniai's Tinyllama Chat ",
53
+ description=" Tiny but an awesome model. The response may be slow for cpu environments. Try with gpu for faster answers.",
54
  retry_btn=None,
55
  undo_btn=None
56
  )