BenBranyon commited on
Commit
d2794c7
1 Parent(s): d2880e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -39,6 +39,7 @@ def respond(
39
 
40
  demo = gr.ChatInterface(
41
  respond,
 
42
  additional_inputs=[
43
  gr.Textbox(value="You are a rap lyric generation bot representing the imagination of the artist Sumkilla. Try to avoid words that would offend anyone.", label="System message"),
44
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
39
 
40
  demo = gr.ChatInterface(
41
  respond,
42
+ chatbot=gr.Chatbot(placeholder="<strong>Sumbot</strong><br>Hello human. What would you like me to rap about today?"),
43
  additional_inputs=[
44
  gr.Textbox(value="You are a rap lyric generation bot representing the imagination of the artist Sumkilla. Try to avoid words that would offend anyone.", label="System message"),
45
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),