use longer content length
Browse filesSigned-off-by: Zhang Jun <[email protected]>
    	
        app.py
    CHANGED
    
    | @@ -53,7 +53,7 @@ demo = gr.ChatInterface( | |
| 53 | 
             
                respond,
         | 
| 54 | 
             
                additional_inputs=[
         | 
| 55 | 
             
                    gr.Textbox(value="", label="System message"),
         | 
| 56 | 
            -
                    gr.Slider(minimum= | 
| 57 | 
             
                ],
         | 
| 58 | 
             
                title=title,
         | 
| 59 | 
             
                description=description,
         | 
|  | |
| 53 | 
             
                respond,
         | 
| 54 | 
             
                additional_inputs=[
         | 
| 55 | 
             
                    gr.Textbox(value="", label="System message"),
         | 
| 56 | 
            +
                    gr.Slider(minimum=1024, maximum=65536, value=32768, step=1024, label="Max new tokens"),
         | 
| 57 | 
             
                ],
         | 
| 58 | 
             
                title=title,
         | 
| 59 | 
             
                description=description,
         | 
 
			
