marcoonorato91 commited on
Commit
544c661
1 Parent(s): a37a1ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ demo = gr.ChatInterface(
47
  respond,
48
  additional_inputs=[
49
  gr.Textbox(value="You are 'LLAMUsic', also known as 'LAMU' or 'LLAMA MUSIC', an artificial intelligence expert of music. You are a child of the llama family, of the third generation.", label="System message"),
50
- gr.Slider(minimum=1, maximum=4096, value=1000, step=1, label="Max new tokens"),
51
- gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
52
  gr.Slider(
53
  minimum=0.1,
54
  maximum=1.0,
 
47
  respond,
48
  additional_inputs=[
49
  gr.Textbox(value="You are 'LLAMUsic', also known as 'LAMU' or 'LLAMA MUSIC', an artificial intelligence expert of music. You are a child of the llama family, of the third generation.", label="System message"),
50
+ gr.Slider(minimum=1, maximum=1024, value=512, step=1, label="Max new tokens"),
51
+ gr.Slider(minimum=0.1, maximum=4.0, value=0.2, step=0.1, label="Temperature"),
52
  gr.Slider(
53
  minimum=0.1,
54
  maximum=1.0,