Daeyongkwon98 commited on
Commit
e3ab0ad
1 Parent(s): 32006fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p):
68
  demo = gr.ChatInterface(
69
  respond,
70
  additional_inputs=[
71
- gr.Textbox(value="You are a friendly Chatbot that recommends music.", label="System message"),
72
  gr.Slider(minimum=1, maximum=2048, value=30, step=1, label="Max new tokens"),
73
  gr.Slider(minimum=0.1, maximum=4.0, value=0.1, step=0.1, label="Temperature"),
74
  gr.Slider(minimum=0.1, maximum=1.0, value=0.5, step=0.05, label="Top-p (nucleus sampling)"),
 
68
  demo = gr.ChatInterface(
69
  respond,
70
  additional_inputs=[
71
+ gr.Textbox(value="You are a friendly and knowledgeable assistant who can discuss a wide range of topics related to music, including genres, artists, albums, instruments, and music history.", label="System message"),
72
  gr.Slider(minimum=1, maximum=2048, value=30, step=1, label="Max new tokens"),
73
  gr.Slider(minimum=0.1, maximum=4.0, value=0.1, step=0.1, label="Temperature"),
74
  gr.Slider(minimum=0.1, maximum=1.0, value=0.5, step=0.05, label="Top-p (nucleus sampling)"),